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

UpsertPortfolioTransactionsResponse More...

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

Public Member Functions

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

Protected Member Functions

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

Properties

Version Version [get, set]
 Gets or Sets Version More...
 
string Href [get, set]
 The specific Uniform Resource Identifier (URI) for this resource at the requested effective and asAt datetime. More...
 
List< LinkLinks [get, set]
 Collection of links. More...
 

Detailed Description

UpsertPortfolioTransactionsResponse

Constructor & Destructor Documentation

◆ UpsertPortfolioTransactionsResponse() [1/2]

Lusid.Sdk.Model.UpsertPortfolioTransactionsResponse.UpsertPortfolioTransactionsResponse ( )
inlineprotected

Initializes a new instance of the UpsertPortfolioTransactionsResponse class.

◆ UpsertPortfolioTransactionsResponse() [2/2]

Lusid.Sdk.Model.UpsertPortfolioTransactionsResponse.UpsertPortfolioTransactionsResponse ( Version  version = default(Version),
string  href = default(string),
List< Link links = default(List<Link>) 
)
inline

Initializes a new instance of the UpsertPortfolioTransactionsResponse class.

Parameters
versionversion (required).
hrefThe specific Uniform Resource Identifier (URI) for this resource at the requested effective and asAt datetime..
linksCollection of links..

Member Function Documentation

◆ Equals() [1/2]

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

Returns true if objects are equal

Parameters
inputObject to be compared
Returns
Boolean

◆ Equals() [2/2]

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

Returns true if UpsertPortfolioTransactionsResponse instances are equal

Parameters
inputInstance of UpsertPortfolioTransactionsResponse to be compared
Returns
Boolean

◆ GetHashCode()

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

Gets the hash code

Returns
Hash code

◆ ToJson()

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

Returns the JSON string presentation of the object

Returns
JSON string presentation of the object

◆ ToString()

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

Returns the string presentation of the object

Returns
String presentation of the object

Property Documentation

◆ Href

string Lusid.Sdk.Model.UpsertPortfolioTransactionsResponse.Href
getset

The specific Uniform Resource Identifier (URI) for this resource at the requested effective and asAt datetime.

The specific Uniform Resource Identifier (URI) for this resource at the requested effective and asAt datetime.

◆ Links

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

Collection of links.

Collection of links.

◆ Version

Version Lusid.Sdk.Model.UpsertPortfolioTransactionsResponse.Version
getset

Gets or Sets Version


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