docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Class SetItemBatch400Response

    SetItemBatch400Response

    Inheritance
    object
    AbstractOpenAPISchema
    SetItemBatch400Response
    Implements
    IEquatable<SetItemBatch400Response>
    Inherited Members
    AbstractOpenAPISchema.IsNullable
    AbstractOpenAPISchema.SchemaType
    AbstractOpenAPISchema.SerializerSettings
    AbstractOpenAPISchema.AdditionalPropertiesSerializerSettings
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetType()
    object.MemberwiseClone()
    Namespace: Unity.Services.Apis.CloudSave
    Assembly: solution.dll
    Syntax
    [Preserve]
    public class SetItemBatch400Response : AbstractOpenAPISchema, IEquatable<SetItemBatch400Response>

    Constructors

    SetItemBatch400Response(BasicErrorResponse)

    Initializes a new instance of the SetItemBatch400Response class with the BasicErrorResponse class

    Declaration
    [Preserve]
    public SetItemBatch400Response(BasicErrorResponse actualInstance)
    Parameters
    Type Name Description
    BasicErrorResponse actualInstance

    An instance of BasicErrorResponse.

    SetItemBatch400Response(BatchBasicErrorResponse)

    Initializes a new instance of the SetItemBatch400Response class with the BatchBasicErrorResponse class

    Declaration
    [Preserve]
    public SetItemBatch400Response(BatchBasicErrorResponse actualInstance)
    Parameters
    Type Name Description
    BatchBasicErrorResponse actualInstance

    An instance of BatchBasicErrorResponse.

    SetItemBatch400Response(BatchValidationErrorResponse)

    Initializes a new instance of the SetItemBatch400Response class with the BatchValidationErrorResponse class

    Declaration
    [Preserve]
    public SetItemBatch400Response(BatchValidationErrorResponse actualInstance)
    Parameters
    Type Name Description
    BatchValidationErrorResponse actualInstance

    An instance of BatchValidationErrorResponse.

    SetItemBatch400Response(ValidationErrorResponse)

    Initializes a new instance of the SetItemBatch400Response class with the ValidationErrorResponse class

    Declaration
    [Preserve]
    public SetItemBatch400Response(ValidationErrorResponse actualInstance)
    Parameters
    Type Name Description
    ValidationErrorResponse actualInstance

    An instance of ValidationErrorResponse.

    Properties

    ActualInstance

    Gets or Sets ActualInstance

    Declaration
    public override object ActualInstance { get; set; }
    Property Value
    Type Description
    object
    Overrides
    AbstractOpenAPISchema.ActualInstance

    Methods

    Equals(object)

    Returns true if objects are equal

    Declaration
    public override bool Equals(object input)
    Parameters
    Type Name Description
    object input

    Object to be compared

    Returns
    Type Description
    bool

    Boolean

    Overrides
    object.Equals(object)

    Equals(SetItemBatch400Response)

    Returns true if SetItemBatch400Response instances are equal

    Declaration
    public bool Equals(SetItemBatch400Response input)
    Parameters
    Type Name Description
    SetItemBatch400Response input

    Instance of SetItemBatch400Response to be compared

    Returns
    Type Description
    bool

    Boolean

    FromJson(string)

    Converts the JSON string into an instance of SetItemBatch400Response

    Declaration
    public static SetItemBatch400Response FromJson(string jsonString)
    Parameters
    Type Name Description
    string jsonString

    JSON string

    Returns
    Type Description
    SetItemBatch400Response

    An instance of SetItemBatch400Response

    GetBasicErrorResponse()

    Get the actual instance of BasicErrorResponse. If the actual instance is not BasicErrorResponse, the InvalidClassException will be thrown

    Declaration
    public BasicErrorResponse GetBasicErrorResponse()
    Returns
    Type Description
    BasicErrorResponse

    An instance of BasicErrorResponse

    GetBatchBasicErrorResponse()

    Get the actual instance of BatchBasicErrorResponse. If the actual instance is not BatchBasicErrorResponse, the InvalidClassException will be thrown

    Declaration
    public BatchBasicErrorResponse GetBatchBasicErrorResponse()
    Returns
    Type Description
    BatchBasicErrorResponse

    An instance of BatchBasicErrorResponse

    GetBatchValidationErrorResponse()

    Get the actual instance of BatchValidationErrorResponse. If the actual instance is not BatchValidationErrorResponse, the InvalidClassException will be thrown

    Declaration
    public BatchValidationErrorResponse GetBatchValidationErrorResponse()
    Returns
    Type Description
    BatchValidationErrorResponse

    An instance of BatchValidationErrorResponse

    GetHashCode()

    Gets the hash code

    Declaration
    public override int GetHashCode()
    Returns
    Type Description
    int

    Hash code

    Overrides
    object.GetHashCode()

    GetValidationErrorResponse()

    Get the actual instance of ValidationErrorResponse. If the actual instance is not ValidationErrorResponse, the InvalidClassException will be thrown

    Declaration
    public ValidationErrorResponse GetValidationErrorResponse()
    Returns
    Type Description
    ValidationErrorResponse

    An instance of ValidationErrorResponse

    ToJson()

    Returns the JSON string presentation of the object

    Declaration
    public override string ToJson()
    Returns
    Type Description
    string

    JSON string presentation of the object

    Overrides
    AbstractOpenAPISchema.ToJson()

    ToString()

    Returns the string presentation of the object

    Declaration
    public override string ToString()
    Returns
    Type Description
    string

    String presentation of the object

    Overrides
    object.ToString()

    Implements

    IEquatable<T>
    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)