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

A request to update a workspace item. More...

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

Public Member Functions

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

Protected Member Functions

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

Properties

int Format [get, set]
 A simple integer format identifier. More...
 
string Description [get, set]
 The description of a workspace item. More...
 
Object Content [get, set]
 The content associated with a workspace item. More...
 
string Type [get, set]
 The type of the workspace item. More...
 

Detailed Description

A request to update a workspace item.

Constructor & Destructor Documentation

◆ WorkspaceItemUpdateRequest() [1/2]

Lusid.Sdk.Model.WorkspaceItemUpdateRequest.WorkspaceItemUpdateRequest ( )
inlineprotected

Initializes a new instance of the WorkspaceItemUpdateRequest class.

◆ WorkspaceItemUpdateRequest() [2/2]

Lusid.Sdk.Model.WorkspaceItemUpdateRequest.WorkspaceItemUpdateRequest ( int  format = default(int),
string  description = default(string),
Object  content = default(Object),
string  type = default(string) 
)
inline

Initializes a new instance of the WorkspaceItemUpdateRequest class.

Parameters
formatA simple integer format identifier. (required).
descriptionThe description of a workspace item. (required).
contentThe content associated with a workspace item. (required).
typeThe type of the workspace item. (required).

Member Function Documentation

◆ Equals() [1/2]

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

Returns true if objects are equal

Parameters
inputObject to be compared
Returns
Boolean

◆ Equals() [2/2]

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

Returns true if WorkspaceItemUpdateRequest instances are equal

Parameters
inputInstance of WorkspaceItemUpdateRequest to be compared
Returns
Boolean

◆ GetHashCode()

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

Gets the hash code

Returns
Hash code

◆ ToJson()

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

Returns the JSON string presentation of the object

Returns
JSON string presentation of the object

◆ ToString()

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

Returns the string presentation of the object

Returns
String presentation of the object

Property Documentation

◆ Content

Object Lusid.Sdk.Model.WorkspaceItemUpdateRequest.Content
getset

The content associated with a workspace item.

The content associated with a workspace item.

◆ Description

string Lusid.Sdk.Model.WorkspaceItemUpdateRequest.Description
getset

The description of a workspace item.

The description of a workspace item.

◆ Format

int Lusid.Sdk.Model.WorkspaceItemUpdateRequest.Format
getset

A simple integer format identifier.

A simple integer format identifier.

◆ Type

string Lusid.Sdk.Model.WorkspaceItemUpdateRequest.Type
getset

The type of the workspace item.

The type of the workspace item.


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