# CloudDirectory

> Struct

Inherited Members

* [Equals(object)](https://learn.microsoft.com/dotnet/api/system.valuetype.equals)

* [GetHashCode()](https://learn.microsoft.com/dotnet/api/system.valuetype.gethashcode)

* [ToString()](https://learn.microsoft.com/dotnet/api/system.valuetype.tostring)

* [Equals(object, object)](https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals\(system-object-system-object\))

* [GetType()](https://learn.microsoft.com/dotnet/api/system.object.gettype)

* [ReferenceEquals(object, object)](https://learn.microsoft.com/dotnet/api/system.object.referenceequals)

***

Namespace: UnityEngine.Pixyz.IO

```csharp
[Serializable]
public struct CloudDirectory
```

## Fields

### local

```csharp
public LocalDirectoryAccess local
```

Returns

| Type                                              | Description |
| ------------------------------------------------- | ----------- |
| [LocalDirectoryAccess](./io_localdirectoryaccess) |             |

### openStack

```csharp
public OpenStackAccess openStack
```

Returns

| Type                                    | Description |
| --------------------------------------- | ----------- |
| [OpenStackAccess](./io_openstackaccess) |             |

### dropBox

```csharp
public DropBoxAccess dropBox
```

Returns

| Type                                | Description |
| ----------------------------------- | ----------- |
| [DropBoxAccess](./io_dropboxaccess) |             |

### ownCloud

```csharp
public OwnCloudAccess ownCloud
```

Returns

| Type                                  | Description |
| ------------------------------------- | ----------- |
| [OwnCloudAccess](./io_owncloudaccess) |             |

### webDAV

```csharp
public WebDAVAccess webDAV
```

Returns

| Type                              | Description |
| --------------------------------- | ----------- |
| [WebDAVAccess](./io_webdavaccess) |             |

### \_type

```csharp
public CloudDirectory.Type _type
```

Returns

| Type                                         | Description |
| -------------------------------------------- | ----------- |
| [CloudDirectory.Type](./clouddirectory_type) |             |
