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

BatchUpdateUserReviewForComparisonResultResponse More...

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

Public Member Functions

 BatchUpdateUserReviewForComparisonResultResponse (Dictionary< string, GroupReconciliationComparisonResult > values=default(Dictionary< string, GroupReconciliationComparisonResult >), Dictionary< string, ErrorDetail > failed=default(Dictionary< string, ErrorDetail >), Dictionary< string, List< ResponseMetaData >> metadata=default(Dictionary< string, List< ResponseMetaData >>), List< Link > links=default(List< Link >))
 Initializes a new instance of the BatchUpdateUserReviewForComparisonResultResponse 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 (BatchUpdateUserReviewForComparisonResultResponse input)
 Returns true if BatchUpdateUserReviewForComparisonResultResponse instances are equal More...
 
override int GetHashCode ()
 Gets the hash code More...
 

Properties

Dictionary< string, GroupReconciliationComparisonResultValues [get, set]
 The collection of comparison results that have been successfully updated. More...
 
Dictionary< string, ErrorDetailFailed [get, set]
 The collection of comparison results that could not be updated with the provided user input along with a reason for their failure. More...
 
Dictionary< string, List< ResponseMetaData > > Metadata [get, set]
 Contains warnings related to the updated comparison result user input More...
 
List< LinkLinks [get, set]
 Gets or Sets Links More...
 

Detailed Description

BatchUpdateUserReviewForComparisonResultResponse

Constructor & Destructor Documentation

◆ BatchUpdateUserReviewForComparisonResultResponse()

Lusid.Sdk.Model.BatchUpdateUserReviewForComparisonResultResponse.BatchUpdateUserReviewForComparisonResultResponse ( Dictionary< string, GroupReconciliationComparisonResult values = default(Dictionary<string, GroupReconciliationComparisonResult>),
Dictionary< string, ErrorDetail failed = default(Dictionary<string, ErrorDetail>),
Dictionary< string, List< ResponseMetaData >>  metadata = default(Dictionary<string, List<ResponseMetaData>>),
List< Link links = default(List<Link>) 
)
inline

Initializes a new instance of the BatchUpdateUserReviewForComparisonResultResponse class.

Parameters
valuesThe collection of comparison results that have been successfully updated..
failedThe collection of comparison results that could not be updated with the provided user input along with a reason for their failure..
metadataContains warnings related to the updated comparison result user input.
linkslinks.

Member Function Documentation

◆ Equals() [1/2]

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

Returns true if BatchUpdateUserReviewForComparisonResultResponse instances are equal

Parameters
inputInstance of BatchUpdateUserReviewForComparisonResultResponse to be compared
Returns
Boolean

◆ Equals() [2/2]

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

Returns true if objects are equal

Parameters
inputObject to be compared
Returns
Boolean

◆ GetHashCode()

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

Gets the hash code

Returns
Hash code

◆ ToJson()

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

Returns the JSON string presentation of the object

Returns
JSON string presentation of the object

◆ ToString()

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

Returns the string presentation of the object

Returns
String presentation of the object

Property Documentation

◆ Failed

Dictionary<string, ErrorDetail> Lusid.Sdk.Model.BatchUpdateUserReviewForComparisonResultResponse.Failed
getset

The collection of comparison results that could not be updated with the provided user input along with a reason for their failure.

The collection of comparison results that could not be updated with the provided user input along with a reason for their failure.

◆ Links

List<Link> Lusid.Sdk.Model.BatchUpdateUserReviewForComparisonResultResponse.Links
getset

Gets or Sets Links

◆ Metadata

Dictionary<string, List<ResponseMetaData> > Lusid.Sdk.Model.BatchUpdateUserReviewForComparisonResultResponse.Metadata
getset

Contains warnings related to the updated comparison result user input

Contains warnings related to the updated comparison result user input

◆ Values

Dictionary<string, GroupReconciliationComparisonResult> Lusid.Sdk.Model.BatchUpdateUserReviewForComparisonResultResponse.Values
getset

The collection of comparison results that have been successfully updated.

The collection of comparison results that have been successfully updated.


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