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

A request to update a workspace. More...

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

Public Member Functions

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

Protected Member Functions

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

Properties

string Description [get, set]
 A friendly description for the workspace. More...
 

Detailed Description

A request to update a workspace.

Constructor & Destructor Documentation

◆ WorkspaceUpdateRequest() [1/2]

Lusid.Sdk.Model.WorkspaceUpdateRequest.WorkspaceUpdateRequest ( )
inlineprotected

Initializes a new instance of the WorkspaceUpdateRequest class.

◆ WorkspaceUpdateRequest() [2/2]

Lusid.Sdk.Model.WorkspaceUpdateRequest.WorkspaceUpdateRequest ( string  description = default(string))
inline

Initializes a new instance of the WorkspaceUpdateRequest class.

Parameters
descriptionA friendly description for the workspace. (required).

Member Function Documentation

◆ Equals() [1/2]

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

Returns true if objects are equal

Parameters
inputObject to be compared
Returns
Boolean

◆ Equals() [2/2]

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

Returns true if WorkspaceUpdateRequest instances are equal

Parameters
inputInstance of WorkspaceUpdateRequest to be compared
Returns
Boolean

◆ GetHashCode()

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

Gets the hash code

Returns
Hash code

◆ ToJson()

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

Returns the JSON string presentation of the object

Returns
JSON string presentation of the object

◆ ToString()

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

Returns the string presentation of the object

Returns
String presentation of the object

Property Documentation

◆ Description

string Lusid.Sdk.Model.WorkspaceUpdateRequest.Description
getset

A friendly description for the workspace.

A friendly description for the workspace.


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