Class AxiosInvocationErrorResponseRequest
AxiosInvocationErrorResponseRequest
Inherited Members
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 |