# ProjectMetadataSchema

## Object

### cloudobject [ProjectMetadataCloudSchema](https://docs.mediakind.com/api-reference/management-api/schemas/projectmetadatacloudschema) Required

Cloud in which the project is hosted.

#### Properties

- **displayName**  (string) Required  
  The display name of the cloud.

- **id**  (string) Optional  
  format: uuid  
  The unique identifier of the cloud.

- **name**  (string) Required  
  The unique name of the cloud.

- **created**  (string) Optional  
  format: date-time  
  The time when the resource was created.

- **createdBy**  (string) Optional  
  format: uuid  
  ID of the user who created the resource.

- **createdByEmail**  (string) Optional  
  Email of the user who created the resource.

- **createdById**  (string) Required  
  format: uuid  
  ID of the user who created the project.

- **createdByName**  (string) Required  
  Name of the user who created the project.

- **displayName**  (string) Optional  
  The display name of the resource.

- **id**  (string) Required  
  format: uuid  
  The ID of the resource.

- **name**  (string) Optional  
  The name of the resource.

- **updated**  (string) Optional  
  format: date-time  
  The time when the resource was last updated.
