Class ContentVersionDTO
ContentVersionDTO
Inherited Members
Namespace: Unity.Services.Apis.UGC
Assembly: solution.dll
Syntax
[Preserve]
public class ContentVersionDTO
Constructors
ContentVersionDTO(string, string, string, long?, string, DateTime, DateTime, ContentUploadStatus, ContentUploadStatus)
Initializes a new instance of the ContentVersionDTO class.
Declaration
[Preserve]
public ContentVersionDTO(string id = null, string contentMd5Hash = null, string thumbnailMd5Hash = null, long? size = null, string contentId = null, DateTime createdAt = default, DateTime updatedAt = default, ContentUploadStatus assetUploadStatus = (ContentUploadStatus)0, ContentUploadStatus thumbnailUploadStatus = (ContentUploadStatus)0)
Parameters
Type | Name | Description |
---|---|---|
string | id | id (required). |
string | contentMd5Hash | contentMd5Hash. |
string | thumbnailMd5Hash | thumbnailMd5Hash. |
long? | size | size. |
string | contentId | contentId (required). |
DateTime | createdAt | createdAt (required). |
DateTime | updatedAt | updatedAt (required). |
ContentUploadStatus | assetUploadStatus | assetUploadStatus (required). |
ContentUploadStatus | thumbnailUploadStatus | thumbnailUploadStatus (required). |
Properties
AssetUploadStatus
Gets or Sets AssetUploadStatus
Declaration
[Preserve]
public ContentUploadStatus AssetUploadStatus { get; set; }
Property Value
Type | Description |
---|---|
ContentUploadStatus |
ContentId
Gets or Sets ContentId
Declaration
[Preserve]
public string ContentId { get; set; }
Property Value
Type | Description |
---|---|
string |
ContentMd5Hash
Gets or Sets ContentMd5Hash
Declaration
[Preserve]
public string ContentMd5Hash { get; set; }
Property Value
Type | Description |
---|---|
string |
CreatedAt
Gets or Sets CreatedAt
Declaration
[Preserve]
public DateTime CreatedAt { get; set; }
Property Value
Type | Description |
---|---|
DateTime |
Id
Gets or Sets Id
Declaration
[Preserve]
public string Id { get; set; }
Property Value
Type | Description |
---|---|
string |
Size
Gets or Sets Size
Declaration
[Preserve]
public long? Size { get; set; }
Property Value
Type | Description |
---|---|
long? |
ThumbnailMd5Hash
Gets or Sets ThumbnailMd5Hash
Declaration
[Preserve]
public string ThumbnailMd5Hash { get; set; }
Property Value
Type | Description |
---|---|
string |
ThumbnailUploadStatus
Gets or Sets ThumbnailUploadStatus
Declaration
[Preserve]
public ContentUploadStatus ThumbnailUploadStatus { get; set; }
Property Value
Type | Description |
---|---|
ContentUploadStatus |
UpdatedAt
Gets or Sets UpdatedAt
Declaration
[Preserve]
public DateTime UpdatedAt { get; set; }
Property Value
Type | Description |
---|---|
DateTime |