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

ReportInProductRunResponse More...

Inheritance diagram for DocuSign.eSign.Model.ReportInProductRunResponse:

Public Member Functions

 ReportInProductRunResponse (string EndPosition=default(string), string ExceededMaxResults=default(string), string LastWarehouseRefreshDateTime=default(string), string ResultSetSize=default(string), List< ReportInProductRunResponseRow > Rows=default(List< ReportInProductRunResponseRow >), string StartPosition=default(string), string TotalSetSize=default(string))
 Initializes a new instance of the ReportInProductRunResponse 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 (ReportInProductRunResponse other)
 Returns true if ReportInProductRunResponse instances are equal More...
 
override int GetHashCode ()
 Gets the hash code More...
 
IEnumerable< ValidationResult > Validate (ValidationContext validationContext)
 

Properties

string EndPosition [get, set]
 The last position in the result set. More...
 
string ExceededMaxResults [get, set]
 Gets or Sets ExceededMaxResults More...
 
string LastWarehouseRefreshDateTime [get, set]
 Gets or Sets LastWarehouseRefreshDateTime More...
 
string ResultSetSize [get, set]
 The number of results returned in this response. More...
 
List< ReportInProductRunResponseRowRows [get, set]
 Gets or Sets Rows More...
 
string StartPosition [get, set]
 Starting position of the current result set. More...
 
string TotalSetSize [get, set]
 The total number of items available in the result set. This will always be greater than or equal to the value of the property returning the results in the in the response. More...
 

Detailed Description

ReportInProductRunResponse

Constructor & Destructor Documentation

◆ ReportInProductRunResponse()

DocuSign.eSign.Model.ReportInProductRunResponse.ReportInProductRunResponse ( string  EndPosition = default(string),
string  ExceededMaxResults = default(string),
string  LastWarehouseRefreshDateTime = default(string),
string  ResultSetSize = default(string),
List< ReportInProductRunResponseRow Rows = default(List<ReportInProductRunResponseRow>),
string  StartPosition = default(string),
string  TotalSetSize = default(string) 
)
inline

Initializes a new instance of the ReportInProductRunResponse class.

Parameters
EndPositionThe last position in the result set. .
ExceededMaxResultsExceededMaxResults.
LastWarehouseRefreshDateTimeLastWarehouseRefreshDateTime.
ResultSetSizeThe number of results returned in this response. .
RowsRows.
StartPositionStarting position of the current result set..
TotalSetSizeThe total number of items available in the result set. This will always be greater than or equal to the value of the property returning the results in the in the response..

Member Function Documentation

◆ Equals() [1/2]

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

Returns true if objects are equal

Parameters
objObject to be compared
Returns
Boolean

◆ Equals() [2/2]

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

Returns true if ReportInProductRunResponse instances are equal

Parameters
otherInstance of ReportInProductRunResponse to be compared
Returns
Boolean

◆ GetHashCode()

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

Gets the hash code

Returns
Hash code

◆ ToJson()

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

Returns the JSON string presentation of the object

Returns
JSON string presentation of the object

◆ ToString()

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

Returns the string presentation of the object

Returns
String presentation of the object

Property Documentation

◆ EndPosition

string DocuSign.eSign.Model.ReportInProductRunResponse.EndPosition
getset

The last position in the result set.

The last position in the result set.

◆ ExceededMaxResults

string DocuSign.eSign.Model.ReportInProductRunResponse.ExceededMaxResults
getset

Gets or Sets ExceededMaxResults

◆ LastWarehouseRefreshDateTime

string DocuSign.eSign.Model.ReportInProductRunResponse.LastWarehouseRefreshDateTime
getset

Gets or Sets LastWarehouseRefreshDateTime

◆ ResultSetSize

string DocuSign.eSign.Model.ReportInProductRunResponse.ResultSetSize
getset

The number of results returned in this response.

The number of results returned in this response.

◆ Rows

List<ReportInProductRunResponseRow> DocuSign.eSign.Model.ReportInProductRunResponse.Rows
getset

Gets or Sets Rows

◆ StartPosition

string DocuSign.eSign.Model.ReportInProductRunResponse.StartPosition
getset

Starting position of the current result set.

Starting position of the current result set.

◆ TotalSetSize

string DocuSign.eSign.Model.ReportInProductRunResponse.TotalSetSize
getset

The total number of items available in the result set. This will always be greater than or equal to the value of the property returning the results in the in the response.

The total number of items available in the result set. This will always be greater than or equal to the value of the property returning the results in the in the response.


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