docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Class CopyConfigByProjectId409Response

    CopyConfigByProjectId409Response

    Inheritance
    object
    CopyConfigByProjectId409Response
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: Unity.Services.Apis.Admin.RemoteConfig
    Assembly: Unity.Services.Apis.dll
    Syntax
    [DataContract(Name = "copyConfigByProjectId_409_response")]
    [Preserve]
    public class CopyConfigByProjectId409Response

    Constructors

    CopyConfigByProjectId409Response(int, string, List<string>)

    Initializes a new instance of the CopyConfigByProjectId409Response class.

    Declaration
    [Preserve]
    public CopyConfigByProjectId409Response(int code = 0, string message = null, List<string> settings = null)
    Parameters
    Type Name Description
    int code

    code.

    string message

    message.

    List<string> settings

    List of Setting keys that could not be copied due to a type conflict.

    Properties

    Code

    Gets or Sets Code

    Declaration
    [DataMember(Name = "code", EmitDefaultValue = false)]
    [Preserve]
    public int Code { get; set; }
    Property Value
    Type Description
    int

    Message

    Gets or Sets Message

    Declaration
    [DataMember(Name = "message", EmitDefaultValue = false)]
    [Preserve]
    public string Message { get; set; }
    Property Value
    Type Description
    string

    Settings

    List of Setting keys that could not be copied due to a type conflict

    Declaration
    [DataMember(Name = "settings", EmitDefaultValue = false)]
    [Preserve]
    public List<string> Settings { get; set; }
    Property Value
    Type Description
    List<string>

    List of Setting keys that could not be copied due to a type conflict

    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)