| Name | Description | Type | Additional information | 
|---|---|---|---|
| Id | Id | globally unique identifier | None. | 
| UserId | Published by this user/member/device | globally unique identifier | None. | 
| ContentType | Content type (png, jpg, etc). | string | None. | 
| Caption | A caption to go with the item. This will be used as status post text if the CreateStatusPost option is set to true | string | None. | 
| Description | Option description to go with the photo | string | None. | 
| UniqueMediaName | A Unique name that is associated with media items. When media is requested using the UniqueMediaName it can show the latest or a stream of the media associated with the name. | string | None. | 
| Location | Location this photo was taken (or of) | LocationDto | None. | 
| Tags | Tags to associate with the photo | Collection of string | None. | 
| Links | List of the links (e.g. self) | Collection of LinkDto | None. | 
| Actions | List of actionable links (e.g. delete) | Collection of LinkDto | None. | 
| DateAdded | When the item was added. | date | None. | 
| LastUpdated | When the item was last updated | date | None. | 
| Private | If this media item is flagged as private to the individual account. | boolean | None. |