Class GetRepresentationVersionsArgs
Support class to make a representation version request with IUgcService.GetRepresentationVersionsAsync Contains all the required and optional parameters of the request
Inherited Members
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 |