Class RejectContentRequest
Request for rejecting content
Inherited Members
Namespace: Unity.Services.Apis.UGC
Assembly: solution.dll
Syntax
[Preserve]
public class RejectContentRequest
Constructors
RejectContentRequest(Reason, string)
Initializes a new instance of the RejectContentRequest class.
Declaration
[Preserve]
public RejectContentRequest(Reason reason = (Reason)0, string otherReason = null)
Parameters
Type | Name | Description |
---|---|---|
Reason | reason | reason (required). |
string | otherReason | If Reason was Other, please provide an OtherReason here. |
Properties
OtherReason
If Reason was Other, please provide an OtherReason here
Declaration
[Preserve]
public string OtherReason { get; set; }
Property Value
Type | Description |
---|---|
string | If Reason was Other, please provide an OtherReason here |
Reason
Gets or Sets Reason
Declaration
[Preserve]
public Reason Reason { get; set; }
Property Value
Type | Description |
---|---|
Reason |