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