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

The object contains the response to a bulk send request. More...

Inheritance diagram for DocuSign.eSign.Model.BulkSendResponse:

Public Member Functions

 BulkSendResponse (string BatchId=default(string), string BatchName=default(string), string BatchSize=default(string), string EnvelopeOrTemplateId=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 BulkSendResponse 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 (BulkSendResponse other)
 Returns true if BulkSendResponse 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...
 
string EnvelopeOrTemplateId [get, set]
 Gets or Sets EnvelopeOrTemplateId 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

The object contains the response to a bulk send request.

Constructor & Destructor Documentation

◆ BulkSendResponse()

DocuSign.eSign.Model.BulkSendResponse.BulkSendResponse ( string  BatchId = default(string),
string  BatchName = default(string),
string  BatchSize = default(string),
string  EnvelopeOrTemplateId = 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 BulkSendResponse class.

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

Member Function Documentation

◆ Equals() [1/2]

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

Returns true if objects are equal

Parameters
objObject to be compared
Returns
Boolean

◆ Equals() [2/2]

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

Returns true if BulkSendResponse instances are equal

Parameters
otherInstance of BulkSendResponse to be compared
Returns
Boolean

◆ GetHashCode()

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

Gets the hash code

Returns
Hash code

◆ ToJson()

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

Returns the JSON string presentation of the object

Returns
JSON string presentation of the object

◆ ToString()

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

Returns the string presentation of the object

Returns
String presentation of the object

Property Documentation

◆ BatchId

string DocuSign.eSign.Model.BulkSendResponse.BatchId
getset

Gets or Sets BatchId

◆ BatchName

string DocuSign.eSign.Model.BulkSendResponse.BatchName
getset

Gets or Sets BatchName

◆ BatchSize

string DocuSign.eSign.Model.BulkSendResponse.BatchSize
getset

Gets or Sets BatchSize

◆ EnvelopeOrTemplateId

string DocuSign.eSign.Model.BulkSendResponse.EnvelopeOrTemplateId
getset

Gets or Sets EnvelopeOrTemplateId

◆ ErrorDetails

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

Array or errors.

Array or errors.

◆ Errors

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

Gets or Sets Errors

◆ QueueLimit

string DocuSign.eSign.Model.BulkSendResponse.QueueLimit
getset

Gets or Sets QueueLimit

◆ TotalQueued

string DocuSign.eSign.Model.BulkSendResponse.TotalQueued
getset

Gets or Sets TotalQueued


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