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

ServiceInformation More...

Inheritance diagram for DocuSign.eSign.Model.ServiceInformation:

Public Member Functions

 ServiceInformation (string BuildBranch=default(string), string BuildBranchDeployedDateTime=default(string), string BuildSHA=default(string), string BuildVersion=default(string), List< string > LinkedSites=default(List< string >), List< ServiceVersion > ServiceVersions=default(List< ServiceVersion >))
 Initializes a new instance of the ServiceInformation 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 (ServiceInformation other)
 Returns true if ServiceInformation instances are equal More...
 
override int GetHashCode ()
 Gets the hash code More...
 
IEnumerable< ValidationResult > Validate (ValidationContext validationContext)
 

Properties

string BuildBranch [get, set]
 Reserved: TBD More...
 
string BuildBranchDeployedDateTime [get, set]
 Reserved: TBD More...
 
string BuildSHA [get, set]
 Reserved: TBD More...
 
string BuildVersion [get, set]
 Reserved: TBD More...
 
List< string > LinkedSites [get, set]
 Gets or Sets LinkedSites More...
 
List< ServiceVersionServiceVersions [get, set]
 Gets or Sets ServiceVersions More...
 

Detailed Description

ServiceInformation

Constructor & Destructor Documentation

◆ ServiceInformation()

DocuSign.eSign.Model.ServiceInformation.ServiceInformation ( string  BuildBranch = default(string),
string  BuildBranchDeployedDateTime = default(string),
string  BuildSHA = default(string),
string  BuildVersion = default(string),
List< string >  LinkedSites = default(List<string>),
List< ServiceVersion ServiceVersions = default(List<ServiceVersion>) 
)
inline

Initializes a new instance of the ServiceInformation class.

Parameters
BuildBranchReserved: TBD.
BuildBranchDeployedDateTimeReserved: TBD.
BuildSHAReserved: TBD.
BuildVersionReserved: TBD.
LinkedSitesLinkedSites.
ServiceVersionsServiceVersions.

Member Function Documentation

◆ Equals() [1/2]

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

Returns true if objects are equal

Parameters
objObject to be compared
Returns
Boolean

◆ Equals() [2/2]

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

Returns true if ServiceInformation instances are equal

Parameters
otherInstance of ServiceInformation to be compared
Returns
Boolean

◆ GetHashCode()

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

Gets the hash code

Returns
Hash code

◆ ToJson()

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

Returns the JSON string presentation of the object

Returns
JSON string presentation of the object

◆ ToString()

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

Returns the string presentation of the object

Returns
String presentation of the object

Property Documentation

◆ BuildBranch

string DocuSign.eSign.Model.ServiceInformation.BuildBranch
getset

Reserved: TBD

Reserved: TBD

◆ BuildBranchDeployedDateTime

string DocuSign.eSign.Model.ServiceInformation.BuildBranchDeployedDateTime
getset

Reserved: TBD

Reserved: TBD

◆ BuildSHA

string DocuSign.eSign.Model.ServiceInformation.BuildSHA
getset

Reserved: TBD

Reserved: TBD

◆ BuildVersion

string DocuSign.eSign.Model.ServiceInformation.BuildVersion
getset

Reserved: TBD

Reserved: TBD

◆ LinkedSites

List<string> DocuSign.eSign.Model.ServiceInformation.LinkedSites
getset

Gets or Sets LinkedSites

◆ ServiceVersions

List<ServiceVersion> DocuSign.eSign.Model.ServiceInformation.ServiceVersions
getset

Gets or Sets ServiceVersions


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