Class RepresentationDTO
RepresentationDTO
Inherited Members
Namespace: Unity.Services.Apis.UGC
Assembly: solution.dll
Syntax
[Preserve]
public class RepresentationDTO
Constructors
RepresentationDTO(string, string, string, string, string, List<RepresentationTagDTO>, DateTime, DateTime, DateTime?, string, string)
Initializes a new instance of the Representation
Declaration
[Preserve]
public RepresentationDTO(string id = null, string contentId = null, string currentVersion = null, string downloadUrl = null, string md5Hash = null, List<RepresentationTagDTO> tags = null, DateTime createdAt = default, DateTime updatedAt = default, DateTime? deletedAt = null, string metadata = null, string webhookEventName = null)
Parameters
Type | Name | Description |
---|---|---|
string | id | id (required). |
string | contentId | contentId (required). |
string | currentVersion | currentVersion. |
string | downloadUrl | downloadUrl. |
string | md5Hash | md5Hash. |
List<Representation |
tags | tags (required). |
Date |
createdAt | createdAt (required). |
Date |
updatedAt | updatedAt (required). |
Date |
deletedAt | deletedAt. |
string | metadata | metadata. |
string | webhookEventName | webhookEventName. |
Properties
ContentId
Gets or Sets ContentId
Declaration
[Preserve]
public string ContentId { get; set; }
Property Value
Type | Description |
---|---|
string |
CreatedAt
Gets or Sets CreatedAt
Declaration
[Preserve]
public DateTime CreatedAt { get; set; }
Property Value
Type | Description |
---|---|
Date |
CurrentVersion
Gets or Sets CurrentVersion
Declaration
[Preserve]
public string CurrentVersion { get; set; }
Property Value
Type | Description |
---|---|
string |
DeletedAt
Gets or Sets DeletedAt
Declaration
[Preserve]
public DateTime? DeletedAt { get; set; }
Property Value
Type | Description |
---|---|
Date |
DownloadUrl
Gets or Sets DownloadUrl
Declaration
[Preserve]
public string DownloadUrl { get; set; }
Property Value
Type | Description |
---|---|
string |
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 |
Metadata
Gets or Sets Metadata
Declaration
[Preserve]
public string Metadata { get; set; }
Property Value
Type | Description |
---|---|
string |
Tags
Gets or Sets Tags
Declaration
[Preserve]
public List<RepresentationTagDTO> Tags { get; set; }
Property Value
Type | Description |
---|---|
List<Representation |
UpdatedAt
Gets or Sets UpdatedAt
Declaration
[Preserve]
public DateTime UpdatedAt { get; set; }
Property Value
Type | Description |
---|---|
Date |
WebhookEventName
Gets or Sets WebhookEventName
Declaration
[Preserve]
public string WebhookEventName { get; set; }
Property Value
Type | Description |
---|---|
string |