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

TspHealthCheckRequest More...

Inheritance diagram for DocuSign.eSign.Model.TspHealthCheckRequest:

Public Member Functions

 TspHealthCheckRequest (string AppVersion=default(string), string Description=default(string), string Error=default(string), string Status=default(string), List< TspHealthCheckStatusDescription > StatusDescription=default(List< TspHealthCheckStatusDescription >))
 Initializes a new instance of the TspHealthCheckRequest 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 (TspHealthCheckRequest other)
 Returns true if TspHealthCheckRequest instances are equal More...
 
override int GetHashCode ()
 Gets the hash code More...
 
IEnumerable< ValidationResult > Validate (ValidationContext validationContext)
 

Properties

string AppVersion [get, set]
 Gets or Sets AppVersion More...
 
string Description [get, set]
 Gets or Sets Description More...
 
string Error [get, set]
 Gets or Sets Error More...
 
string Status [get, set]
 Indicates the envelope status. Valid values are: * sent - The envelope is sent to the recipients. * created - The envelope is saved as a draft and can be modified and sent later. More...
 
List< TspHealthCheckStatusDescriptionStatusDescription [get, set]
 Gets or Sets StatusDescription More...
 

Detailed Description

TspHealthCheckRequest

Constructor & Destructor Documentation

◆ TspHealthCheckRequest()

DocuSign.eSign.Model.TspHealthCheckRequest.TspHealthCheckRequest ( string  AppVersion = default(string),
string  Description = default(string),
string  Error = default(string),
string  Status = default(string),
List< TspHealthCheckStatusDescription StatusDescription = default(List<TspHealthCheckStatusDescription>) 
)
inline

Initializes a new instance of the TspHealthCheckRequest class.

Parameters
AppVersionAppVersion.
DescriptionDescription.
ErrorError.
StatusIndicates the envelope status. Valid values are: * sent - The envelope is sent to the recipients. * created - The envelope is saved as a draft and can be modified and sent later..
StatusDescriptionStatusDescription.

Member Function Documentation

◆ Equals() [1/2]

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

Returns true if objects are equal

Parameters
objObject to be compared
Returns
Boolean

◆ Equals() [2/2]

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

Returns true if TspHealthCheckRequest instances are equal

Parameters
otherInstance of TspHealthCheckRequest to be compared
Returns
Boolean

◆ GetHashCode()

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

Gets the hash code

Returns
Hash code

◆ ToJson()

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

Returns the JSON string presentation of the object

Returns
JSON string presentation of the object

◆ ToString()

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

Returns the string presentation of the object

Returns
String presentation of the object

Property Documentation

◆ AppVersion

string DocuSign.eSign.Model.TspHealthCheckRequest.AppVersion
getset

Gets or Sets AppVersion

◆ Description

string DocuSign.eSign.Model.TspHealthCheckRequest.Description
getset

Gets or Sets Description

◆ Error

string DocuSign.eSign.Model.TspHealthCheckRequest.Error
getset

Gets or Sets Error

◆ Status

string DocuSign.eSign.Model.TspHealthCheckRequest.Status
getset

Indicates the envelope status. Valid values are: * sent - The envelope is sent to the recipients. * created - The envelope is saved as a draft and can be modified and sent later.

Indicates the envelope status. Valid values are: * sent - The envelope is sent to the recipients. * created - The envelope is saved as a draft and can be modified and sent later.

◆ StatusDescription

List<TspHealthCheckStatusDescription> DocuSign.eSign.Model.TspHealthCheckRequest.StatusDescription
getset

Gets or Sets StatusDescription


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