Class RepresentationVersionDTO
RepresentationVersionDTO
Inherited Members
Namespace: Unity.Services.Apis.UGC
Assembly: solution.dll
Syntax
[Preserve]
public class RepresentationVersionDTO
Constructors
RepresentationVersionDTO(string, string, long?, string, DateTime, DateTime, DateTime?, ContentUploadStatus)
Initializes a new instance of the Representation
Declaration
[Preserve]
public RepresentationVersionDTO(string id = null, string md5Hash = null, long? size = null, string representationId = null, DateTime createdAt = default, DateTime updatedAt = default, DateTime? deletedAt = null, ContentUploadStatus uploadStatus = (ContentUploadStatus)0)
Parameters
Type | Name | Description |
---|---|---|
string | id | id (required). |
string | md5Hash | md5Hash (required). |
long? | size | size. |
string | representationId | representationId (required). |
Date |
createdAt | createdAt (required). |
Date |
updatedAt | updatedAt (required). |
Date |
deletedAt | deletedAt. |
Content |
uploadStatus | uploadStatus (required). |
Properties
CreatedAt
Gets or Sets CreatedAt
Declaration
[Preserve]
public DateTime CreatedAt { get; set; }
Property Value
Type | Description |
---|---|
Date |
DeletedAt
Gets or Sets DeletedAt
Declaration
[Preserve]
public DateTime? DeletedAt { get; set; }
Property Value
Type | Description |
---|---|
Date |
Id
Gets or Sets Id
Declaration
[Preserve]
public string Id { get; set; }
Property Value
Type | Description |
---|---|
string |
Md5Hash
Gets or Sets Md5Hash
Declaration
[Preserve]
public string Md5Hash { get; set; }
Property Value
Type | Description |
---|---|
string |
RepresentationId
Gets or Sets RepresentationId
Declaration
[Preserve]
public string RepresentationId { get; set; }
Property Value
Type | Description |
---|---|
string |
Size
Gets or Sets Size
Declaration
[Preserve]
public long? Size { get; set; }
Property Value
Type | Description |
---|---|
long? |
UpdatedAt
Gets or Sets UpdatedAt
Declaration
[Preserve]
public DateTime UpdatedAt { get; set; }
Property Value
Type | Description |
---|---|
Date |
UploadStatus
Gets or Sets UploadStatus
Declaration
[Preserve]
public ContentUploadStatus UploadStatus { get; set; }
Property Value
Type | Description |
---|---|
Content |