Class SearchRepresentationsArgs
Support class to make a representation request with IUgcService.SearchRepresentationsAsync 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 SearchRepresentationsArgs : BaseSearchArgs<BaseSearchSortBy>
Constructors
SearchRepresentationsArgs(string)
Construct a new SearchRepresentationsArgs object.
Declaration
public SearchRepresentationsArgs(string searchTerm)
Parameters
Type | Name | Description |
---|---|---|
string | searchTerm | The search term used to retrieve specific representations |
Properties
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> |