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

TranslateEntitiesResponse More...

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

Public Member Functions

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

Properties

Dictionary< string, TranslationResultValues [get, set]
 The entities that were successfully translated. More...
 
Dictionary< string, ErrorDetailFailed [get, set]
 The error details corresponding to entities that failed to be translated. More...
 
List< LinkLinks [get, set]
 Gets or Sets Links More...
 

Detailed Description

TranslateEntitiesResponse

Constructor & Destructor Documentation

◆ TranslateEntitiesResponse()

Lusid.Sdk.Model.TranslateEntitiesResponse.TranslateEntitiesResponse ( Dictionary< string, TranslationResult values = default(Dictionary<string, TranslationResult>),
Dictionary< string, ErrorDetail failed = default(Dictionary<string, ErrorDetail>),
List< Link links = default(List<Link>) 
)
inline

Initializes a new instance of the TranslateEntitiesResponse class.

Parameters
valuesThe entities that were successfully translated..
failedThe error details corresponding to entities that failed to be translated..
linkslinks.

Member Function Documentation

◆ Equals() [1/2]

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

Returns true if objects are equal

Parameters
inputObject to be compared
Returns
Boolean

◆ Equals() [2/2]

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

Returns true if TranslateEntitiesResponse instances are equal

Parameters
inputInstance of TranslateEntitiesResponse to be compared
Returns
Boolean

◆ GetHashCode()

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

Gets the hash code

Returns
Hash code

◆ ToJson()

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

Returns the JSON string presentation of the object

Returns
JSON string presentation of the object

◆ ToString()

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

Returns the string presentation of the object

Returns
String presentation of the object

Property Documentation

◆ Failed

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

The error details corresponding to entities that failed to be translated.

The error details corresponding to entities that failed to be translated.

◆ Links

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

Gets or Sets Links

◆ Values

Dictionary<string, TranslationResult> Lusid.Sdk.Model.TranslateEntitiesResponse.Values
getset

The entities that were successfully translated.

The entities that were successfully translated.


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