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

DiagnosticsSettingsInformation More...

Inheritance diagram for DocuSign.eSign.Model.DiagnosticsSettingsInformation:

Public Member Functions

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

Properties

string ApiRequestLogging [get, set]
 When set to true, enables API request logging for the user. More...
 
string ApiRequestLogMaxEntries [get, set]
 Specifies the maximum number of API requests to log. More...
 
string ApiRequestLogRemainingEntries [get, set]
 Indicates the remaining number of API requests that can be logged. More...
 

Detailed Description

DiagnosticsSettingsInformation

Constructor & Destructor Documentation

◆ DiagnosticsSettingsInformation()

DocuSign.eSign.Model.DiagnosticsSettingsInformation.DiagnosticsSettingsInformation ( string  ApiRequestLogging = default(string),
string  ApiRequestLogMaxEntries = default(string),
string  ApiRequestLogRemainingEntries = default(string) 
)
inline

Initializes a new instance of the DiagnosticsSettingsInformation class.

Parameters
ApiRequestLoggingWhen set to true, enables API request logging for the user. .
ApiRequestLogMaxEntriesSpecifies the maximum number of API requests to log..
ApiRequestLogRemainingEntriesIndicates the remaining number of API requests that can be logged..

Member Function Documentation

◆ Equals() [1/2]

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

Returns true if objects are equal

Parameters
objObject to be compared
Returns
Boolean

◆ Equals() [2/2]

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

Returns true if DiagnosticsSettingsInformation instances are equal

Parameters
otherInstance of DiagnosticsSettingsInformation to be compared
Returns
Boolean

◆ GetHashCode()

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

Gets the hash code

Returns
Hash code

◆ ToJson()

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

Returns the JSON string presentation of the object

Returns
JSON string presentation of the object

◆ ToString()

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

Returns the string presentation of the object

Returns
String presentation of the object

Property Documentation

◆ ApiRequestLogging

string DocuSign.eSign.Model.DiagnosticsSettingsInformation.ApiRequestLogging
getset

When set to true, enables API request logging for the user.

When set to true, enables API request logging for the user.

◆ ApiRequestLogMaxEntries

string DocuSign.eSign.Model.DiagnosticsSettingsInformation.ApiRequestLogMaxEntries
getset

Specifies the maximum number of API requests to log.

Specifies the maximum number of API requests to log.

◆ ApiRequestLogRemainingEntries

string DocuSign.eSign.Model.DiagnosticsSettingsInformation.ApiRequestLogRemainingEntries
getset

Indicates the remaining number of API requests that can be logged.

Indicates the remaining number of API requests that can be logged.


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