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

ListAggregationResponse More...

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

Public Member Functions

 ListAggregationResponse (DateTimeOffset aggregationEffectiveAt=default(DateTimeOffset), DateTimeOffset aggregationAsAt=default(DateTimeOffset), string href=default(string), List< Dictionary< string, Object >> data=default(List< Dictionary< string, Object >>), string aggregationCurrency=default(string), ResultDataSchema dataSchema=default(ResultDataSchema), List< AggregationMeasureFailureDetail > aggregationFailures=default(List< AggregationMeasureFailureDetail >), List< Link > links=default(List< Link >))
 Initializes a new instance of the ListAggregationResponse 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 (ListAggregationResponse input)
 Returns true if ListAggregationResponse instances are equal More...
 
override int GetHashCode ()
 Gets the hash code More...
 

Properties

DateTimeOffset AggregationEffectiveAt [get, set]
 Gets or Sets AggregationEffectiveAt More...
 
DateTimeOffset AggregationAsAt [get, set]
 Gets or Sets AggregationAsAt More...
 
string Href [get, set]
 Gets or Sets Href More...
 
List< Dictionary< string, Object > > Data [get, set]
 Gets or Sets Data More...
 
string AggregationCurrency [get, set]
 Gets or Sets AggregationCurrency More...
 
ResultDataSchema DataSchema [get, set]
 Gets or Sets DataSchema More...
 
List< AggregationMeasureFailureDetailAggregationFailures [get, set]
 Gets or Sets AggregationFailures More...
 
List< LinkLinks [get, set]
 Gets or Sets Links More...
 

Detailed Description

ListAggregationResponse

Constructor & Destructor Documentation

◆ ListAggregationResponse()

Lusid.Sdk.Model.ListAggregationResponse.ListAggregationResponse ( DateTimeOffset  aggregationEffectiveAt = default(DateTimeOffset),
DateTimeOffset  aggregationAsAt = default(DateTimeOffset),
string  href = default(string),
List< Dictionary< string, Object >>  data = default(List<Dictionary<string, Object>>),
string  aggregationCurrency = default(string),
ResultDataSchema  dataSchema = default(ResultDataSchema),
List< AggregationMeasureFailureDetail aggregationFailures = default(List<AggregationMeasureFailureDetail>),
List< Link links = default(List<Link>) 
)
inline

Initializes a new instance of the ListAggregationResponse class.

Parameters
aggregationEffectiveAtaggregationEffectiveAt.
aggregationAsAtaggregationAsAt.
hrefhref.
datadata.
aggregationCurrencyaggregationCurrency.
dataSchemadataSchema.
aggregationFailuresaggregationFailures.
linkslinks.

Member Function Documentation

◆ Equals() [1/2]

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

Returns true if ListAggregationResponse instances are equal

Parameters
inputInstance of ListAggregationResponse to be compared
Returns
Boolean

◆ Equals() [2/2]

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

Returns true if objects are equal

Parameters
inputObject to be compared
Returns
Boolean

◆ GetHashCode()

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

Gets the hash code

Returns
Hash code

◆ ToJson()

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

Returns the JSON string presentation of the object

Returns
JSON string presentation of the object

◆ ToString()

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

Returns the string presentation of the object

Returns
String presentation of the object

Property Documentation

◆ AggregationAsAt

DateTimeOffset Lusid.Sdk.Model.ListAggregationResponse.AggregationAsAt
getset

Gets or Sets AggregationAsAt

◆ AggregationCurrency

string Lusid.Sdk.Model.ListAggregationResponse.AggregationCurrency
getset

Gets or Sets AggregationCurrency

◆ AggregationEffectiveAt

DateTimeOffset Lusid.Sdk.Model.ListAggregationResponse.AggregationEffectiveAt
getset

Gets or Sets AggregationEffectiveAt

◆ AggregationFailures

List<AggregationMeasureFailureDetail> Lusid.Sdk.Model.ListAggregationResponse.AggregationFailures
getset

Gets or Sets AggregationFailures

◆ Data

List<Dictionary<string, Object> > Lusid.Sdk.Model.ListAggregationResponse.Data
getset

Gets or Sets Data

◆ DataSchema

ResultDataSchema Lusid.Sdk.Model.ListAggregationResponse.DataSchema
getset

Gets or Sets DataSchema

◆ Href

string Lusid.Sdk.Model.ListAggregationResponse.Href
getset

Gets or Sets Href

◆ Links

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

Gets or Sets Links


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