DocuSign CSharp Docs
Public Member Functions | Properties | List of all members
DocuSign.eSign.Model.BulkProcessResponse Class Reference

BulkProcessResponse More...

Inheritance diagram for DocuSign.eSign.Model.BulkProcessResponse:

Public Member Functions

 BulkProcessResponse (string BatchId=default(string), string BatchName=default(string), string BatchSize=default(string), List< string > ErrorDetails=default(List< string >), List< string > Errors=default(List< string >), string QueueLimit=default(string), string TotalQueued=default(string))
 Initializes a new instance of the BulkProcessResponse class. More...
 
override string ToString ()
 Returns the string presentation of the object More...
 
string ToJson ()
 Returns the JSON string presentation of the object More...
 
override bool Equals (object obj)
 Returns true if objects are equal More...
 
bool Equals (BulkProcessResponse other)
 Returns true if BulkProcessResponse instances are equal More...
 
override int GetHashCode ()
 Gets the hash code More...
 
IEnumerable< ValidationResult > Validate (ValidationContext validationContext)
 

Properties

string BatchId [get, set]
 Gets or Sets BatchId More...
 
string BatchName [get, set]
 Gets or Sets BatchName More...
 
string BatchSize [get, set]
 Gets or Sets BatchSize More...
 
List< string > ErrorDetails [get, set]
 Array or errors. More...
 
List< string > Errors [get, set]
 Gets or Sets Errors More...
 
string QueueLimit [get, set]
 Gets or Sets QueueLimit More...
 
string TotalQueued [get, set]
 Gets or Sets TotalQueued More...
 

Detailed Description

BulkProcessResponse

Constructor & Destructor Documentation

◆ BulkProcessResponse()

DocuSign.eSign.Model.BulkProcessResponse.BulkProcessResponse ( string  BatchId = default(string),
string  BatchName = default(string),
string  BatchSize = default(string),
List< string >  ErrorDetails = default(List<string>),
List< string >  Errors = default(List<string>),
string  QueueLimit = default(string),
string  TotalQueued = default(string) 
)
inline

Initializes a new instance of the BulkProcessResponse class.

Parameters
BatchIdBatchId.
BatchNameBatchName.
BatchSizeBatchSize.
ErrorDetailsArray or errors..
ErrorsErrors.
QueueLimitQueueLimit.
TotalQueuedTotalQueued.

Member Function Documentation

◆ Equals() [1/2]

override bool DocuSign.eSign.Model.BulkProcessResponse.Equals ( object  obj)
inline

Returns true if objects are equal

Parameters
objObject to be compared
Returns
Boolean

◆ Equals() [2/2]

bool DocuSign.eSign.Model.BulkProcessResponse.Equals ( BulkProcessResponse  other)
inline

Returns true if BulkProcessResponse instances are equal

Parameters
otherInstance of BulkProcessResponse to be compared
Returns
Boolean

◆ GetHashCode()

override int DocuSign.eSign.Model.BulkProcessResponse.GetHashCode ( )
inline

Gets the hash code

Returns
Hash code

◆ ToJson()

string DocuSign.eSign.Model.BulkProcessResponse.ToJson ( )
inline

Returns the JSON string presentation of the object

Returns
JSON string presentation of the object

◆ ToString()

override string DocuSign.eSign.Model.BulkProcessResponse.ToString ( )
inline

Returns the string presentation of the object

Returns
String presentation of the object

Property Documentation

◆ BatchId

string DocuSign.eSign.Model.BulkProcessResponse.BatchId
getset

Gets or Sets BatchId

◆ BatchName

string DocuSign.eSign.Model.BulkProcessResponse.BatchName
getset

Gets or Sets BatchName

◆ BatchSize

string DocuSign.eSign.Model.BulkProcessResponse.BatchSize
getset

Gets or Sets BatchSize

◆ ErrorDetails

List<string> DocuSign.eSign.Model.BulkProcessResponse.ErrorDetails
getset

Array or errors.

Array or errors.

◆ Errors

List<string> DocuSign.eSign.Model.BulkProcessResponse.Errors
getset

Gets or Sets Errors

◆ QueueLimit

string DocuSign.eSign.Model.BulkProcessResponse.QueueLimit
getset

Gets or Sets QueueLimit

◆ TotalQueued

string DocuSign.eSign.Model.BulkProcessResponse.TotalQueued
getset

Gets or Sets TotalQueued


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