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

TspHealthCheckStatusDescription More...

Inheritance diagram for DocuSign.eSign.Model.TspHealthCheckStatusDescription:

Public Member Functions

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

Properties

string Description [get, set]
 Gets or Sets Description More...
 
string Error [get, set]
 Gets or Sets Error More...
 
string Hostname [get, set]
 Gets or Sets Hostname More...
 
string ResponseSeconds [get, set]
 Gets or Sets ResponseSeconds 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...
 
string Type [get, set]
 Gets or Sets Type More...
 

Detailed Description

TspHealthCheckStatusDescription

Constructor & Destructor Documentation

◆ TspHealthCheckStatusDescription()

DocuSign.eSign.Model.TspHealthCheckStatusDescription.TspHealthCheckStatusDescription ( string  Description = default(string),
string  Error = default(string),
string  Hostname = default(string),
string  ResponseSeconds = default(string),
string  Status = default(string),
string  Type = default(string) 
)
inline

Initializes a new instance of the TspHealthCheckStatusDescription class.

Parameters
DescriptionDescription.
ErrorError.
HostnameHostname.
ResponseSecondsResponseSeconds.
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..
TypeType.

Member Function Documentation

◆ Equals() [1/2]

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

Returns true if objects are equal

Parameters
objObject to be compared
Returns
Boolean

◆ Equals() [2/2]

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

Returns true if TspHealthCheckStatusDescription instances are equal

Parameters
otherInstance of TspHealthCheckStatusDescription to be compared
Returns
Boolean

◆ GetHashCode()

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

Gets the hash code

Returns
Hash code

◆ ToJson()

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

Returns the JSON string presentation of the object

Returns
JSON string presentation of the object

◆ ToString()

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

Returns the string presentation of the object

Returns
String presentation of the object

Property Documentation

◆ Description

string DocuSign.eSign.Model.TspHealthCheckStatusDescription.Description
getset

Gets or Sets Description

◆ Error

string DocuSign.eSign.Model.TspHealthCheckStatusDescription.Error
getset

Gets or Sets Error

◆ Hostname

string DocuSign.eSign.Model.TspHealthCheckStatusDescription.Hostname
getset

Gets or Sets Hostname

◆ ResponseSeconds

string DocuSign.eSign.Model.TspHealthCheckStatusDescription.ResponseSeconds
getset

Gets or Sets ResponseSeconds

◆ Status

string DocuSign.eSign.Model.TspHealthCheckStatusDescription.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.

◆ Type

string DocuSign.eSign.Model.TspHealthCheckStatusDescription.Type
getset

Gets or Sets Type


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