docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Class ReportContentRequest

    Report some content request

    Inheritance
    object
    ReportContentRequest
    Inherited Members
    object.ToString()
    object.Equals(object)
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    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
    In This Article
    Back to top
    Copyright © 2024 Unity Technologies — Trademarks and terms of use
    • Legal
    • Privacy Policy
    • Cookie Policy
    • Do Not Sell or Share My Personal Information
    • Your Privacy Choices (Cookie Settings)