docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Class RejectContentRequest

    Request for rejecting content

    Inheritance
    object
    RejectContentRequest
    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 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
    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)