docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Class BatchValidationErrorBody

    Single error in the Batch Validation Error Response.

    Inheritance
    object
    BatchValidationErrorBody
    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.CloudSave
    Assembly: Unity.Services.Apis.dll
    Syntax
    [DataContract(Name = "BatchValidationErrorBody")]
    [Preserve]
    public class BatchValidationErrorBody

    Constructors

    BatchValidationErrorBody(string, List<string>, string)

    Initializes a new instance of the BatchValidationErrorBody class.

    Declaration
    [Preserve]
    public BatchValidationErrorBody(string field = null, List<string> messages = null, string key = null)
    Parameters
    Type Name Description
    string field

    field (required).

    List<string> messages

    messages (required).

    string key

    key (required).

    Properties

    Field

    Gets or Sets Field

    Declaration
    [DataMember(Name = "field", IsRequired = true, EmitDefaultValue = true)]
    [Preserve]
    public string Field { get; set; }
    Property Value
    Type Description
    string

    Key

    Gets or Sets Key

    Declaration
    [DataMember(Name = "key", IsRequired = true, EmitDefaultValue = true)]
    [Preserve]
    public string Key { get; set; }
    Property Value
    Type Description
    string

    Messages

    Gets or Sets Messages

    Declaration
    [DataMember(Name = "messages", IsRequired = true, EmitDefaultValue = true)]
    [Preserve]
    public List<string> Messages { get; set; }
    Property Value
    Type Description
    List<string>
    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)