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

FeeRuleUpsertResponse More...

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

Public Member Functions

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

Protected Member Functions

 FeeRuleUpsertResponse ()
 Initializes a new instance of the FeeRuleUpsertResponse class. More...
 

Properties

Dictionary< string, FeeRuleValues [get, set]
 Gets or Sets Values More...
 
List< LinkLinks [get, set]
 Gets or Sets Links More...
 

Detailed Description

FeeRuleUpsertResponse

Constructor & Destructor Documentation

◆ FeeRuleUpsertResponse() [1/2]

Lusid.Sdk.Model.FeeRuleUpsertResponse.FeeRuleUpsertResponse ( )
inlineprotected

Initializes a new instance of the FeeRuleUpsertResponse class.

◆ FeeRuleUpsertResponse() [2/2]

Lusid.Sdk.Model.FeeRuleUpsertResponse.FeeRuleUpsertResponse ( Dictionary< string, FeeRule values = default(Dictionary<string, FeeRule>),
List< Link links = default(List<Link>) 
)
inline

Initializes a new instance of the FeeRuleUpsertResponse class.

Parameters
valuesvalues (required).
linkslinks.

Member Function Documentation

◆ Equals() [1/2]

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

Returns true if FeeRuleUpsertResponse instances are equal

Parameters
inputInstance of FeeRuleUpsertResponse to be compared
Returns
Boolean

◆ Equals() [2/2]

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

Returns true if objects are equal

Parameters
inputObject to be compared
Returns
Boolean

◆ GetHashCode()

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

Gets the hash code

Returns
Hash code

◆ ToJson()

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

Returns the JSON string presentation of the object

Returns
JSON string presentation of the object

◆ ToString()

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

Returns the string presentation of the object

Returns
String presentation of the object

Property Documentation

◆ Links

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

Gets or Sets Links

◆ Values

Dictionary<string, FeeRule> Lusid.Sdk.Model.FeeRuleUpsertResponse.Values
getset

Gets or Sets Values


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