FuelSDK-CSharp
Properties | List of all members
FuelSDK.ResultDetail Class Reference

ResultDetails - Represents details of the result object. More...

Properties

string StatusCode [get, set]
 Gets or sets the status code. More...
 
string StatusMessage [get, set]
 Gets or sets the status message. More...
 
int OrdinalID [get, set]
 Gets or sets the ordinal identifier. More...
 
int ErrorCode [get, set]
 Gets or sets the error code. More...
 
int NewID [get, set]
 Gets or sets the new identifier. More...
 
string NewObjectID [get, set]
 Gets or sets the new object identifier. More...
 
APIObject Object [get, set]
 Gets or sets the object. More...
 
TaskResult Task [get, set]
 Gets or sets the task. More...
 

Detailed Description

ResultDetails - Represents details of the result object.

Property Documentation

◆ ErrorCode

int FuelSDK.ResultDetail.ErrorCode
getset

Gets or sets the error code.

The error code.

◆ NewID

int FuelSDK.ResultDetail.NewID
getset

Gets or sets the new identifier.

The new identifier.

◆ NewObjectID

string FuelSDK.ResultDetail.NewObjectID
getset

Gets or sets the new object identifier.

The new object identifier.

◆ Object

APIObject FuelSDK.ResultDetail.Object
getset

Gets or sets the object.

T:FuelSDK.APIObject object.

◆ OrdinalID

int FuelSDK.ResultDetail.OrdinalID
getset

Gets or sets the ordinal identifier.

The ordinal identifier.

◆ StatusCode

string FuelSDK.ResultDetail.StatusCode
getset

Gets or sets the status code.

The status code.

◆ StatusMessage

string FuelSDK.ResultDetail.StatusMessage
getset

Gets or sets the status message.

The status message.

◆ Task

TaskResult FuelSDK.ResultDetail.Task
getset

Gets or sets the task.

The task.


The documentation for this class was generated from the following file: