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

This object lets you choose the data format of your Connect response. For more information about using this object, see Connect webhooks with JSON notifications. More...

Inheritance diagram for DocuSign.eSign.Model.ConnectEventData:

Public Member Functions

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

Properties

string Format [get, set]
 Gets or Sets Format More...
 
List< string > IncludeData [get, set]
 Gets or Sets IncludeData More...
 
string Version [get, set]
 Gets or Sets Version More...
 

Detailed Description

This object lets you choose the data format of your Connect response. For more information about using this object, see Connect webhooks with JSON notifications.

Constructor & Destructor Documentation

◆ ConnectEventData()

DocuSign.eSign.Model.ConnectEventData.ConnectEventData ( string  Format = default(string),
List< string >  IncludeData = default(List<string>),
string  Version = default(string) 
)
inline

Initializes a new instance of the ConnectEventData class.

Parameters
FormatFormat.
IncludeDataIncludeData.
VersionVersion.

Member Function Documentation

◆ Equals() [1/2]

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

Returns true if objects are equal

Parameters
objObject to be compared
Returns
Boolean

◆ Equals() [2/2]

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

Returns true if ConnectEventData instances are equal

Parameters
otherInstance of ConnectEventData to be compared
Returns
Boolean

◆ GetHashCode()

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

Gets the hash code

Returns
Hash code

◆ ToJson()

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

Returns the JSON string presentation of the object

Returns
JSON string presentation of the object

◆ ToString()

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

Returns the string presentation of the object

Returns
String presentation of the object

Property Documentation

◆ Format

string DocuSign.eSign.Model.ConnectEventData.Format
getset

Gets or Sets Format

◆ IncludeData

List<string> DocuSign.eSign.Model.ConnectEventData.IncludeData
getset

Gets or Sets IncludeData

◆ Version

string DocuSign.eSign.Model.ConnectEventData.Version
getset

Gets or Sets Version


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