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

A request to create an empty workspace. More...

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

Public Member Functions

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

Protected Member Functions

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

Properties

string Name [get, set]
 A workspace's name. More...
 
string Description [get, set]
 A friendly description for the workspace. More...
 

Detailed Description

A request to create an empty workspace.

Constructor & Destructor Documentation

◆ WorkspaceCreationRequest() [1/2]

Lusid.Sdk.Model.WorkspaceCreationRequest.WorkspaceCreationRequest ( )
inlineprotected

Initializes a new instance of the WorkspaceCreationRequest class.

◆ WorkspaceCreationRequest() [2/2]

Lusid.Sdk.Model.WorkspaceCreationRequest.WorkspaceCreationRequest ( string  name = default(string),
string  description = default(string) 
)
inline

Initializes a new instance of the WorkspaceCreationRequest class.

Parameters
nameA workspace's name. (required).
descriptionA friendly description for the workspace. (required).

Member Function Documentation

◆ Equals() [1/2]

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

Returns true if objects are equal

Parameters
inputObject to be compared
Returns
Boolean

◆ Equals() [2/2]

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

Returns true if WorkspaceCreationRequest instances are equal

Parameters
inputInstance of WorkspaceCreationRequest to be compared
Returns
Boolean

◆ GetHashCode()

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

Gets the hash code

Returns
Hash code

◆ ToJson()

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

Returns the JSON string presentation of the object

Returns
JSON string presentation of the object

◆ ToString()

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

Returns the string presentation of the object

Returns
String presentation of the object

Property Documentation

◆ Description

string Lusid.Sdk.Model.WorkspaceCreationRequest.Description
getset

A friendly description for the workspace.

A friendly description for the workspace.

◆ Name

string Lusid.Sdk.Model.WorkspaceCreationRequest.Name
getset

A workspace's name.

A workspace's name.


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