docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Class RepresentationDTO

    RepresentationDTO

    Inheritance
    object
    RepresentationDTO
    Inherited Members
    object.ToString()
    object.Equals(object)
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    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 RepresentationDTO class.

    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<RepresentationTagDTO> tags

    tags (required).

    DateTime createdAt

    createdAt (required).

    DateTime updatedAt

    updatedAt (required).

    DateTime? 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
    DateTime

    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
    DateTime?

    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<RepresentationTagDTO>

    UpdatedAt

    Gets or Sets UpdatedAt

    Declaration
    [Preserve]
    public DateTime UpdatedAt { get; set; }
    Property Value
    Type Description
    DateTime

    WebhookEventName

    Gets or Sets WebhookEventName

    Declaration
    [Preserve]
    public string WebhookEventName { get; set; }
    Property Value
    Type Description
    string
    In This Article
    Back to top
    Copyright © 2024 Unity Technologies — Trademarks and terms of use
    • Legal
    • Privacy Policy
    • Cookie Policy
    • Do Not Sell or Share My Personal Information
    • Your Privacy Choices (Cookie Settings)