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

Contains API request log information. More...

Inheritance diagram for DocuSign.eSign.Model.ApiRequestLog:

Public Member Functions

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

Properties

string CreatedDateTime [get, set]
 Indicates the date and time the item was created. More...
 
string Description [get, set]
 Gets or Sets Description More...
 
string RequestLogId [get, set]
 Gets or Sets RequestLogId 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...
 

Detailed Description

Contains API request log information.

Constructor & Destructor Documentation

◆ ApiRequestLog()

DocuSign.eSign.Model.ApiRequestLog.ApiRequestLog ( string  CreatedDateTime = default(string),
string  Description = default(string),
string  RequestLogId = default(string),
string  Status = default(string) 
)
inline

Initializes a new instance of the ApiRequestLog class.

Parameters
CreatedDateTimeIndicates the date and time the item was created..
DescriptionDescription.
RequestLogIdRequestLogId.
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..

Member Function Documentation

◆ Equals() [1/2]

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

Returns true if objects are equal

Parameters
objObject to be compared
Returns
Boolean

◆ Equals() [2/2]

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

Returns true if ApiRequestLog instances are equal

Parameters
otherInstance of ApiRequestLog to be compared
Returns
Boolean

◆ GetHashCode()

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

Gets the hash code

Returns
Hash code

◆ ToJson()

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

Returns the JSON string presentation of the object

Returns
JSON string presentation of the object

◆ ToString()

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

Returns the string presentation of the object

Returns
String presentation of the object

Property Documentation

◆ CreatedDateTime

string DocuSign.eSign.Model.ApiRequestLog.CreatedDateTime
getset

Indicates the date and time the item was created.

Indicates the date and time the item was created.

◆ Description

string DocuSign.eSign.Model.ApiRequestLog.Description
getset

Gets or Sets Description

◆ RequestLogId

string DocuSign.eSign.Model.ApiRequestLog.RequestLogId
getset

Gets or Sets RequestLogId

◆ Status

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


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