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

BulkRecipientsSummaryResponse More...

Inheritance diagram for DocuSign.eSign.Model.BulkRecipientsSummaryResponse:

Public Member Functions

 BulkRecipientsSummaryResponse (List< BulkRecipient > BulkRecipients=default(List< BulkRecipient >), string BulkRecipientsCount=default(string), string BulkRecipientsUri=default(string), List< ErrorDetails > ErrorDetails=default(List< ErrorDetails >))
 Initializes a new instance of the BulkRecipientsSummaryResponse 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 (BulkRecipientsSummaryResponse other)
 Returns true if BulkRecipientsSummaryResponse instances are equal More...
 
override int GetHashCode ()
 Gets the hash code More...
 
IEnumerable< ValidationResult > Validate (ValidationContext validationContext)
 

Properties

List< BulkRecipientBulkRecipients [get, set]
 A complex type containing information about the bulk recipients in the response. More...
 
string BulkRecipientsCount [get, set]
 The number of items returned in this response. More...
 
string BulkRecipientsUri [get, set]
 Contains a URI for an endpoint that allows you to easily retrieve bulk recipient information. More...
 
List< ErrorDetailsErrorDetails [get, set]
 Array or errors. More...
 

Detailed Description

BulkRecipientsSummaryResponse

Constructor & Destructor Documentation

◆ BulkRecipientsSummaryResponse()

DocuSign.eSign.Model.BulkRecipientsSummaryResponse.BulkRecipientsSummaryResponse ( List< BulkRecipient BulkRecipients = default(List<BulkRecipient>),
string  BulkRecipientsCount = default(string),
string  BulkRecipientsUri = default(string),
List< ErrorDetails ErrorDetails = default(List<ErrorDetails>) 
)
inline

Initializes a new instance of the BulkRecipientsSummaryResponse class.

Parameters
BulkRecipientsA complex type containing information about the bulk recipients in the response..
BulkRecipientsCountThe number of items returned in this response..
BulkRecipientsUriContains a URI for an endpoint that allows you to easily retrieve bulk recipient information..
ErrorDetailsArray or errors..

Member Function Documentation

◆ Equals() [1/2]

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

Returns true if objects are equal

Parameters
objObject to be compared
Returns
Boolean

◆ Equals() [2/2]

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

Returns true if BulkRecipientsSummaryResponse instances are equal

Parameters
otherInstance of BulkRecipientsSummaryResponse to be compared
Returns
Boolean

◆ GetHashCode()

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

Gets the hash code

Returns
Hash code

◆ ToJson()

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

Returns the JSON string presentation of the object

Returns
JSON string presentation of the object

◆ ToString()

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

Returns the string presentation of the object

Returns
String presentation of the object

Property Documentation

◆ BulkRecipients

List<BulkRecipient> DocuSign.eSign.Model.BulkRecipientsSummaryResponse.BulkRecipients
getset

A complex type containing information about the bulk recipients in the response.

A complex type containing information about the bulk recipients in the response.

◆ BulkRecipientsCount

string DocuSign.eSign.Model.BulkRecipientsSummaryResponse.BulkRecipientsCount
getset

The number of items returned in this response.

The number of items returned in this response.

◆ BulkRecipientsUri

string DocuSign.eSign.Model.BulkRecipientsSummaryResponse.BulkRecipientsUri
getset

Contains a URI for an endpoint that allows you to easily retrieve bulk recipient information.

Contains a URI for an endpoint that allows you to easily retrieve bulk recipient information.

◆ ErrorDetails

List<ErrorDetails> DocuSign.eSign.Model.BulkRecipientsSummaryResponse.ErrorDetails
getset

Array or errors.

Array or errors.


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