docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Class RepresentationVersionDTO

    RepresentationVersionDTO

    Inheritance
    object
    RepresentationVersionDTO
    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 RepresentationVersionDTO

    Constructors

    RepresentationVersionDTO(string, string, long?, string, DateTime, DateTime, DateTime?, ContentUploadStatus)

    Initializes a new instance of the RepresentationVersionDTO class.

    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).

    DateTime createdAt

    createdAt (required).

    DateTime updatedAt

    updatedAt (required).

    DateTime? deletedAt

    deletedAt.

    ContentUploadStatus uploadStatus

    uploadStatus (required).

    Properties

    CreatedAt

    Gets or Sets CreatedAt

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

    DeletedAt

    Gets or Sets DeletedAt

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

    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
    DateTime

    UploadStatus

    Gets or Sets UploadStatus

    Declaration
    [Preserve]
    public ContentUploadStatus UploadStatus { get; set; }
    Property Value
    Type Description
    ContentUploadStatus
    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)