Class GetRepresentationsArgs
Support class to make a representation request with IUgcService.GetRepresentationsAsync 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 GetRepresentationsArgs : BaseSearchArgs<BaseSearchSortBy>
Constructors
GetRepresentationsArgs(string)
Construct a new GetRepresentationsArgs object.
Declaration
public GetRepresentationsArgs(string contentId)
Parameters
Type | Name | Description |
---|---|---|
string | contentId | The content identifier of the representation |
Properties
ContentId
The id of the content
Declaration
public string ContentId { get; set; }
Property Value
Type | Description |
---|---|
string |
Tags
Optional list of tags used to retrieve representations with corresponding tags
Declaration
public List<string> Tags { get; set; }
Property Value
Type | Description |
---|---|
List<string> |