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

BulkSendBatchActionRequest More...

Inheritance diagram for DocuSign.eSign.Model.BulkSendBatchActionRequest:

Public Member Functions

 BulkSendBatchActionRequest (string Action=default(string), Notification Notification=default(Notification), string VoidReason=default(string))
 Initializes a new instance of the BulkSendBatchActionRequest 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 (BulkSendBatchActionRequest other)
 Returns true if BulkSendBatchActionRequest 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...
 
Notification Notification [get, set]
 Gets or Sets Notification More...
 
string VoidReason [get, set]
 Gets or Sets VoidReason More...
 

Detailed Description

BulkSendBatchActionRequest

Constructor & Destructor Documentation

◆ BulkSendBatchActionRequest()

DocuSign.eSign.Model.BulkSendBatchActionRequest.BulkSendBatchActionRequest ( string  Action = default(string),
Notification  Notification = default(Notification),
string  VoidReason = default(string) 
)
inline

Initializes a new instance of the BulkSendBatchActionRequest class.

Parameters
ActionAction.
NotificationNotification.
VoidReasonVoidReason.

Member Function Documentation

◆ Equals() [1/2]

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

Returns true if objects are equal

Parameters
objObject to be compared
Returns
Boolean

◆ Equals() [2/2]

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

Returns true if BulkSendBatchActionRequest instances are equal

Parameters
otherInstance of BulkSendBatchActionRequest to be compared
Returns
Boolean

◆ GetHashCode()

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

Gets the hash code

Returns
Hash code

◆ ToJson()

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

Returns the JSON string presentation of the object

Returns
JSON string presentation of the object

◆ ToString()

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

Returns the string presentation of the object

Returns
String presentation of the object

Property Documentation

◆ Action

string DocuSign.eSign.Model.BulkSendBatchActionRequest.Action
getset

Gets or Sets Action

◆ Notification

Notification DocuSign.eSign.Model.BulkSendBatchActionRequest.Notification
getset

Gets or Sets Notification

◆ VoidReason

string DocuSign.eSign.Model.BulkSendBatchActionRequest.VoidReason
getset

Gets or Sets VoidReason


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