docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Class AxiosInvocationErrorResponseRequest

    AxiosInvocationErrorResponseRequest

    Inheritance
    object
    AxiosInvocationErrorResponseRequest
    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.CloudCode
    Assembly: solution.dll
    Syntax
    [Preserve]
    public class AxiosInvocationErrorResponseRequest

    Constructors

    AxiosInvocationErrorResponseRequest(ApiObject, ApiObject, string, string)

    Initializes a new instance of the AxiosInvocationErrorResponseRequest class.

    Declaration
    [Preserve]
    public AxiosInvocationErrorResponseRequest(ApiObject data = null, ApiObject headers = null, string method = null, string url = null)
    Parameters
    Type Name Description
    ApiObject data

    data.

    ApiObject headers

    headers.

    string method

    method.

    string url

    url.

    Properties

    Data

    Gets or Sets Data

    Declaration
    [Preserve]
    public ApiObject Data { get; set; }
    Property Value
    Type Description
    ApiObject

    Headers

    Gets or Sets Headers

    Declaration
    [Preserve]
    public ApiObject Headers { get; set; }
    Property Value
    Type Description
    ApiObject

    Method

    Gets or Sets Method

    Declaration
    [Preserve]
    public string Method { get; set; }
    Property Value
    Type Description
    string

    Url

    Gets or Sets Url

    Declaration
    [Preserve]
    public string Url { get; set; }
    Property Value
    Type Description
    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)