Class GatewayTimeoutError
GatewayTimeoutError model
Inherited Members
Namespace: Unity.Services.Ccd.Management.Models
Assembly: Unity.Services.Ccd.Management.dll
Syntax
[Preserve]
[DataContract(Name = "GatewayTimeoutError")]
public class GatewayTimeoutError
Constructors
GatewayTimeoutError(string, int)
Creates an instance of GatewayTimeoutError.
Declaration
[Preserve]
public GatewayTimeoutError(string title = null, int status = 0)
Parameters
Type | Name | Description |
---|---|---|
string | title | title param |
int | status | status param |
Properties
Status
Parameter status of GatewayTimeoutError
Declaration
[Preserve]
[DataMember(Name = "status", EmitDefaultValue = false)]
public int Status { get; }
Property Value
Type | Description |
---|---|
int |
Title
Parameter title of GatewayTimeoutError
Declaration
[Preserve]
[DataMember(Name = "title", EmitDefaultValue = false)]
public string Title { get; }
Property Value
Type | Description |
---|---|
string |