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

UpdatePortfolioGroupRequest More...

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

Public Member Functions

 UpdatePortfolioGroupRequest (string displayName=default(string), string description=default(string))
 Initializes a new instance of the UpdatePortfolioGroupRequest 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 (UpdatePortfolioGroupRequest input)
 Returns true if UpdatePortfolioGroupRequest instances are equal More...
 
override int GetHashCode ()
 Gets the hash code More...
 

Protected Member Functions

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

Properties

string DisplayName [get, set]
 The name of the portfolio group. More...
 
string Description [get, set]
 A long form description of the portfolio group. More...
 

Detailed Description

UpdatePortfolioGroupRequest

Constructor & Destructor Documentation

◆ UpdatePortfolioGroupRequest() [1/2]

Lusid.Sdk.Model.UpdatePortfolioGroupRequest.UpdatePortfolioGroupRequest ( )
inlineprotected

Initializes a new instance of the UpdatePortfolioGroupRequest class.

◆ UpdatePortfolioGroupRequest() [2/2]

Lusid.Sdk.Model.UpdatePortfolioGroupRequest.UpdatePortfolioGroupRequest ( string  displayName = default(string),
string  description = default(string) 
)
inline

Initializes a new instance of the UpdatePortfolioGroupRequest class.

Parameters
displayNameThe name of the portfolio group. (required).
descriptionA long form description of the portfolio group..

Member Function Documentation

◆ Equals() [1/2]

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

Returns true if objects are equal

Parameters
inputObject to be compared
Returns
Boolean

◆ Equals() [2/2]

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

Returns true if UpdatePortfolioGroupRequest instances are equal

Parameters
inputInstance of UpdatePortfolioGroupRequest to be compared
Returns
Boolean

◆ GetHashCode()

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

Gets the hash code

Returns
Hash code

◆ ToJson()

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

Returns the JSON string presentation of the object

Returns
JSON string presentation of the object

◆ ToString()

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

Returns the string presentation of the object

Returns
String presentation of the object

Property Documentation

◆ Description

string Lusid.Sdk.Model.UpdatePortfolioGroupRequest.Description
getset

A long form description of the portfolio group.

A long form description of the portfolio group.

◆ DisplayName

string Lusid.Sdk.Model.UpdatePortfolioGroupRequest.DisplayName
getset

The name of the portfolio group.

The name of the portfolio group.


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