LUSID C# SDK
Public Member Functions | Properties | List of all members
Lusid.Sdk.Model.RunCheckResponse Class Reference

Response containing the results of running data quality checks More...

Inheritance diagram for Lusid.Sdk.Model.RunCheckResponse:
Inheritance graph
[legend]

Public Member Functions

 RunCheckResponse (List< DataQualityCheckResult > dataQualityCheckResults=default(List< DataQualityCheckResult >))
 Initializes a new instance of the RunCheckResponse class. More...
 
override string ToString ()
 Returns the string presentation of the object More...
 
virtual string ToJson ()
 Returns the JSON string presentation of the object More...
 
override bool Equals (object input)
 Returns true if objects are equal More...
 
bool Equals (RunCheckResponse input)
 Returns true if RunCheckResponse instances are equal More...
 
override int GetHashCode ()
 Gets the hash code More...
 

Properties

List< DataQualityCheckResultDataQualityCheckResults [get, set]
 Collection of data quality check results More...
 

Detailed Description

Response containing the results of running data quality checks

Constructor & Destructor Documentation

◆ RunCheckResponse()

Lusid.Sdk.Model.RunCheckResponse.RunCheckResponse ( List< DataQualityCheckResult dataQualityCheckResults = default(List<DataQualityCheckResult>))
inline

Initializes a new instance of the RunCheckResponse class.

Parameters
dataQualityCheckResultsCollection of data quality check results.

Member Function Documentation

◆ Equals() [1/2]

override bool Lusid.Sdk.Model.RunCheckResponse.Equals ( object  input)
inline

Returns true if objects are equal

Parameters
inputObject to be compared
Returns
Boolean

◆ Equals() [2/2]

bool Lusid.Sdk.Model.RunCheckResponse.Equals ( RunCheckResponse  input)
inline

Returns true if RunCheckResponse instances are equal

Parameters
inputInstance of RunCheckResponse to be compared
Returns
Boolean

◆ GetHashCode()

override int Lusid.Sdk.Model.RunCheckResponse.GetHashCode ( )
inline

Gets the hash code

Returns
Hash code

◆ ToJson()

virtual string Lusid.Sdk.Model.RunCheckResponse.ToJson ( )
inlinevirtual

Returns the JSON string presentation of the object

Returns
JSON string presentation of the object

◆ ToString()

override string Lusid.Sdk.Model.RunCheckResponse.ToString ( )
inline

Returns the string presentation of the object

Returns
String presentation of the object

Property Documentation

◆ DataQualityCheckResults

List<DataQualityCheckResult> Lusid.Sdk.Model.RunCheckResponse.DataQualityCheckResults
getset

Collection of data quality check results

Collection of data quality check results


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