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

Result of `getBulkSendBatchStatus` More...

Inheritance diagram for DocuSign.eSign.Model.BulkSendBatchStatus:

Public Member Functions

 BulkSendBatchStatus (string Action=default(string), string ActionStatus=default(string), string BatchId=default(string), string BatchName=default(string), string BatchSize=default(string), List< BulkSendErrorStatus > BulkErrors=default(List< BulkSendErrorStatus >), string EnvelopeIdOrTemplateId=default(string), BulkSendEnvelopesInfo EnvelopesInfo=default(BulkSendEnvelopesInfo), string EnvelopesUri=default(string), string Failed=default(string), string MailingListId=default(string), string MailingListName=default(string), string OwnerUserId=default(string), string Queued=default(string), string ResendsRemaining=default(string), string SenderUserId=default(string), string Sent=default(string), string SubmittedDate=default(string))
 Initializes a new instance of the BulkSendBatchStatus 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 (BulkSendBatchStatus other)
 Returns true if BulkSendBatchStatus instances are equal More...
 
override int GetHashCode ()
 Gets the hash code More...
 
IEnumerable< ValidationResult > Validate (ValidationContext validationContext)
 

Properties

string Action [get, set]
 Gets or Sets Action More...
 
string ActionStatus [get, set]
 Gets or Sets ActionStatus More...
 
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< BulkSendErrorStatusBulkErrors [get, set]
 Gets or Sets BulkErrors More...
 
string EnvelopeIdOrTemplateId [get, set]
 Gets or Sets EnvelopeIdOrTemplateId More...
 
BulkSendEnvelopesInfo EnvelopesInfo [get, set]
 Gets or Sets EnvelopesInfo More...
 
string EnvelopesUri [get, set]
 Gets or Sets EnvelopesUri More...
 
string Failed [get, set]
 Gets or Sets Failed More...
 
string MailingListId [get, set]
 Gets or Sets MailingListId More...
 
string MailingListName [get, set]
 Gets or Sets MailingListName More...
 
string OwnerUserId [get, set]
 Gets or Sets OwnerUserId More...
 
string Queued [get, set]
 Gets or Sets Queued More...
 
string ResendsRemaining [get, set]
 Gets or Sets ResendsRemaining More...
 
string SenderUserId [get, set]
 Gets or Sets SenderUserId More...
 
string Sent [get, set]
 Gets or Sets Sent More...
 
string SubmittedDate [get, set]
 Gets or Sets SubmittedDate More...
 

Detailed Description

Result of &#x60;getBulkSendBatchStatus&#x60;

Constructor & Destructor Documentation

◆ BulkSendBatchStatus()

DocuSign.eSign.Model.BulkSendBatchStatus.BulkSendBatchStatus ( string  Action = default(string),
string  ActionStatus = default(string),
string  BatchId = default(string),
string  BatchName = default(string),
string  BatchSize = default(string),
List< BulkSendErrorStatus BulkErrors = default(List<BulkSendErrorStatus>),
string  EnvelopeIdOrTemplateId = default(string),
BulkSendEnvelopesInfo  EnvelopesInfo = default(BulkSendEnvelopesInfo),
string  EnvelopesUri = default(string),
string  Failed = default(string),
string  MailingListId = default(string),
string  MailingListName = default(string),
string  OwnerUserId = default(string),
string  Queued = default(string),
string  ResendsRemaining = default(string),
string  SenderUserId = default(string),
string  Sent = default(string),
string  SubmittedDate = default(string) 
)
inline

Initializes a new instance of the BulkSendBatchStatus class.

Parameters
ActionAction.
ActionStatusActionStatus.
BatchIdBatchId.
BatchNameBatchName.
BatchSizeBatchSize.
BulkErrorsBulkErrors.
EnvelopeIdOrTemplateIdEnvelopeIdOrTemplateId.
EnvelopesInfoEnvelopesInfo.
EnvelopesUriEnvelopesUri.
FailedFailed.
MailingListIdMailingListId.
MailingListNameMailingListName.
OwnerUserIdOwnerUserId.
QueuedQueued.
ResendsRemainingResendsRemaining.
SenderUserIdSenderUserId.
SentSent.
SubmittedDateSubmittedDate.

Member Function Documentation

◆ Equals() [1/2]

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

Returns true if objects are equal

Parameters
objObject to be compared
Returns
Boolean

◆ Equals() [2/2]

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

Returns true if BulkSendBatchStatus instances are equal

Parameters
otherInstance of BulkSendBatchStatus to be compared
Returns
Boolean

◆ GetHashCode()

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

Gets the hash code

Returns
Hash code

◆ ToJson()

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

Returns the JSON string presentation of the object

Returns
JSON string presentation of the object

◆ ToString()

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

Returns the string presentation of the object

Returns
String presentation of the object

Property Documentation

◆ Action

string DocuSign.eSign.Model.BulkSendBatchStatus.Action
getset

Gets or Sets Action

◆ ActionStatus

string DocuSign.eSign.Model.BulkSendBatchStatus.ActionStatus
getset

Gets or Sets ActionStatus

◆ BatchId

string DocuSign.eSign.Model.BulkSendBatchStatus.BatchId
getset

Gets or Sets BatchId

◆ BatchName

string DocuSign.eSign.Model.BulkSendBatchStatus.BatchName
getset

Gets or Sets BatchName

◆ BatchSize

string DocuSign.eSign.Model.BulkSendBatchStatus.BatchSize
getset

Gets or Sets BatchSize

◆ BulkErrors

List<BulkSendErrorStatus> DocuSign.eSign.Model.BulkSendBatchStatus.BulkErrors
getset

Gets or Sets BulkErrors

◆ EnvelopeIdOrTemplateId

string DocuSign.eSign.Model.BulkSendBatchStatus.EnvelopeIdOrTemplateId
getset

Gets or Sets EnvelopeIdOrTemplateId

◆ EnvelopesInfo

BulkSendEnvelopesInfo DocuSign.eSign.Model.BulkSendBatchStatus.EnvelopesInfo
getset

Gets or Sets EnvelopesInfo

◆ EnvelopesUri

string DocuSign.eSign.Model.BulkSendBatchStatus.EnvelopesUri
getset

Gets or Sets EnvelopesUri

◆ Failed

string DocuSign.eSign.Model.BulkSendBatchStatus.Failed
getset

Gets or Sets Failed

◆ MailingListId

string DocuSign.eSign.Model.BulkSendBatchStatus.MailingListId
getset

Gets or Sets MailingListId

◆ MailingListName

string DocuSign.eSign.Model.BulkSendBatchStatus.MailingListName
getset

Gets or Sets MailingListName

◆ OwnerUserId

string DocuSign.eSign.Model.BulkSendBatchStatus.OwnerUserId
getset

Gets or Sets OwnerUserId

◆ Queued

string DocuSign.eSign.Model.BulkSendBatchStatus.Queued
getset

Gets or Sets Queued

◆ ResendsRemaining

string DocuSign.eSign.Model.BulkSendBatchStatus.ResendsRemaining
getset

Gets or Sets ResendsRemaining

◆ SenderUserId

string DocuSign.eSign.Model.BulkSendBatchStatus.SenderUserId
getset

Gets or Sets SenderUserId

◆ Sent

string DocuSign.eSign.Model.BulkSendBatchStatus.Sent
getset

Gets or Sets Sent

◆ SubmittedDate

string DocuSign.eSign.Model.BulkSendBatchStatus.SubmittedDate
getset

Gets or Sets SubmittedDate


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