Class DeleteRepresentationArgs
Support class to make a representation request with IUgcService.DeleteRepresentationAsync Contains all the parameters of the request
Inherited Members
Namespace: Unity.Services.Ugc.Bridge
Assembly: Unity.Services.Ugc.Bridge.Editor.dll
Syntax
public class DeleteRepresentationArgs
Constructors
DeleteRepresentationArgs(string, string)
Construct a new DeleteRepresentationArgs object.
Declaration
public DeleteRepresentationArgs(string contentId, string representationId)
Parameters
Type | Name | Description |
---|---|---|
string | contentId | The content identifier of the representation |
string | representationId | The representation identifier |
Properties
ContentId
The content identifier of the representation
Declaration
public string ContentId { get; set; }
Property Value
Type | Description |
---|---|
string |
RepresentationId
The representation identifier of the representation
Declaration
public string RepresentationId { get; set; }
Property Value
Type | Description |
---|---|
string |