docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Class UploadRepresentationVersionResponse

    UploadRepresentationVersionResponse

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

    Constructors

    UploadRepresentationVersionResponse(string, Dictionary<string, List<string>>, string, string, RepresentationDTO, RepresentationVersionDTO)

    Initializes a new instance of the UploadRepresentationVersionResponse class.

    Declaration
    [Preserve]
    public UploadRepresentationVersionResponse(string uploadUrl = null, Dictionary<string, List<string>> uploadHeaders = null, string version = null, string md5Hash = null, RepresentationDTO representation = null, RepresentationVersionDTO representationVersion = null)
    Parameters
    Type Name Description
    string uploadUrl

    The URL in which to upload the representation output version. Once the Representation Output version is successfully uploaded, the Representation Output version will be created in UGC and be selectable as the current version..

    Dictionary<string, List<string>> uploadHeaders

    The headers that were used when generating the upload signed url. Forward these when uploading to the UploadUrl..

    string version

    Representation Output version Id..

    string md5Hash

    Md5 hash of the Representation Output file to upload..

    RepresentationDTO representation

    representation.

    RepresentationVersionDTO representationVersion

    representationVersion.

    Properties

    Md5Hash

    Md5 hash of the Representation Output file to upload.

    Declaration
    [Preserve]
    public string Md5Hash { get; set; }
    Property Value
    Type Description
    string

    Md5 hash of the Representation Output file to upload.

    Representation

    Gets or Sets Representation

    Declaration
    [Preserve]
    public RepresentationDTO Representation { get; set; }
    Property Value
    Type Description
    RepresentationDTO

    RepresentationVersion

    Gets or Sets RepresentationVersion

    Declaration
    [Preserve]
    public RepresentationVersionDTO RepresentationVersion { get; set; }
    Property Value
    Type Description
    RepresentationVersionDTO

    UploadHeaders

    The headers that were used when generating the upload signed url. Forward these when uploading to the UploadUrl.

    Declaration
    [Preserve]
    public Dictionary<string, List<string>> UploadHeaders { get; set; }
    Property Value
    Type Description
    Dictionary<string, List<string>>

    The headers that were used when generating the upload signed url. Forward these when uploading to the UploadUrl.

    UploadUrl

    The URL in which to upload the representation output version. Once the Representation Output version is successfully uploaded, the Representation Output version will be created in UGC and be selectable as the current version.

    Declaration
    [Preserve]
    public string UploadUrl { get; set; }
    Property Value
    Type Description
    string

    The URL in which to upload the representation output version. Once the Representation Output version is successfully uploaded, the Representation Output version will be created in UGC and be selectable as the current version.

    _Version

    Representation Output version Id.

    Declaration
    [Preserve]
    public string _Version { get; set; }
    Property Value
    Type Description
    string

    Representation Output version Id.

    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)