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

BatchUpsertPortfolioAccessMetadataResponse More...

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

Public Member Functions

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

Properties

Dictionary< string, BatchUpsertPortfolioAccessMetadataResponseItemValues [get, set]
 The items have been successfully updated or created. More...
 
Dictionary< string, ErrorDetailFailed [get, set]
 The items that could not be updated or created along with a reason for their failure. More...
 
List< LinkLinks [get, set]
 Gets or Sets Links More...
 

Detailed Description

BatchUpsertPortfolioAccessMetadataResponse

Constructor & Destructor Documentation

◆ BatchUpsertPortfolioAccessMetadataResponse()

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

Initializes a new instance of the BatchUpsertPortfolioAccessMetadataResponse class.

Parameters
valuesThe items have been successfully updated or created..
failedThe items that could not be updated or created along with a reason for their failure..
linkslinks.

Member Function Documentation

◆ Equals() [1/2]

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

Returns true if BatchUpsertPortfolioAccessMetadataResponse instances are equal

Parameters
inputInstance of BatchUpsertPortfolioAccessMetadataResponse to be compared
Returns
Boolean

◆ Equals() [2/2]

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

Returns true if objects are equal

Parameters
inputObject to be compared
Returns
Boolean

◆ GetHashCode()

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

Gets the hash code

Returns
Hash code

◆ ToJson()

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

Returns the JSON string presentation of the object

Returns
JSON string presentation of the object

◆ ToString()

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

Returns the string presentation of the object

Returns
String presentation of the object

Property Documentation

◆ Failed

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

The items that could not be updated or created along with a reason for their failure.

The items that could not be updated or created along with a reason for their failure.

◆ Links

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

Gets or Sets Links

◆ Values

Dictionary<string, BatchUpsertPortfolioAccessMetadataResponseItem> Lusid.Sdk.Model.BatchUpsertPortfolioAccessMetadataResponse.Values
getset

The items have been successfully updated or created.

The items have been successfully updated or created.


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