docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Class GetRepresentationVersionsArgs

    Support class to make a representation version request with IUgcService.GetRepresentationVersionsAsync Contains all the required and optional parameters of the request

    Inheritance
    object
    BaseSearchArgs<SearchRepresentationVersionSortBy>
    GetRepresentationVersionsArgs
    Inherited Members
    BaseSearchArgs<SearchRepresentationVersionSortBy>.Offset
    BaseSearchArgs<SearchRepresentationVersionSortBy>.Limit
    BaseSearchArgs<SearchRepresentationVersionSortBy>.Search
    BaseSearchArgs<SearchRepresentationVersionSortBy>.Filters
    BaseSearchArgs<SearchRepresentationVersionSortBy>.IncludeTotal
    BaseSearchArgs<SearchRepresentationVersionSortBy>.AddSortBy(SearchRepresentationVersionSortBy, bool)
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: Unity.Services.Ugc.Bridge
    Assembly: Unity.Services.Ugc.Bridge.Editor.dll
    Syntax
    public class GetRepresentationVersionsArgs : BaseSearchArgs<SearchRepresentationVersionSortBy>

    Constructors

    GetRepresentationVersionsArgs(string, string)

    Construct a new GetRepresentationVersionsArgs object.

    Declaration
    public GetRepresentationVersionsArgs(string contentId, string representationId)
    Parameters
    Type Name Description
    string contentId

    The content identifier of the representation

    string representationId

    The representation identifier

    Properties

    ContentId

    The id of the content

    Declaration
    public string ContentId { get; set; }
    Property Value
    Type Description
    string

    RepresentationId

    The id of the content representation

    Declaration
    public string RepresentationId { get; set; }
    Property Value
    Type Description
    string
    In This Article
    Back to top
    Copyright © 2025 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)