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

This request specifies a new Cut Label Definition More...

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

Public Member Functions

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

Protected Member Functions

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

Properties

string DisplayName [get, set]
 Gets or Sets DisplayName More...
 
string Description [get, set]
 Gets or Sets Description More...
 
CutLocalTime CutLocalTime [get, set]
 Gets or Sets CutLocalTime More...
 
string TimeZone [get, set]
 Gets or Sets TimeZone More...
 

Detailed Description

This request specifies a new Cut Label Definition

Constructor & Destructor Documentation

◆ UpdateCutLabelDefinitionRequest() [1/2]

Lusid.Sdk.Model.UpdateCutLabelDefinitionRequest.UpdateCutLabelDefinitionRequest ( )
inlineprotected

Initializes a new instance of the UpdateCutLabelDefinitionRequest class.

◆ UpdateCutLabelDefinitionRequest() [2/2]

Lusid.Sdk.Model.UpdateCutLabelDefinitionRequest.UpdateCutLabelDefinitionRequest ( string  displayName = default(string),
string  description = default(string),
CutLocalTime  cutLocalTime = default(CutLocalTime),
string  timeZone = default(string) 
)
inline

Initializes a new instance of the UpdateCutLabelDefinitionRequest class.

Parameters
displayNamedisplayName (required).
descriptiondescription.
cutLocalTimecutLocalTime (required).
timeZonetimeZone (required).

Member Function Documentation

◆ Equals() [1/2]

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

Returns true if objects are equal

Parameters
inputObject to be compared
Returns
Boolean

◆ Equals() [2/2]

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

Returns true if UpdateCutLabelDefinitionRequest instances are equal

Parameters
inputInstance of UpdateCutLabelDefinitionRequest to be compared
Returns
Boolean

◆ GetHashCode()

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

Gets the hash code

Returns
Hash code

◆ ToJson()

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

Returns the JSON string presentation of the object

Returns
JSON string presentation of the object

◆ ToString()

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

Returns the string presentation of the object

Returns
String presentation of the object

Property Documentation

◆ CutLocalTime

CutLocalTime Lusid.Sdk.Model.UpdateCutLabelDefinitionRequest.CutLocalTime
getset

Gets or Sets CutLocalTime

◆ Description

string Lusid.Sdk.Model.UpdateCutLabelDefinitionRequest.Description
getset

Gets or Sets Description

◆ DisplayName

string Lusid.Sdk.Model.UpdateCutLabelDefinitionRequest.DisplayName
getset

Gets or Sets DisplayName

◆ TimeZone

string Lusid.Sdk.Model.UpdateCutLabelDefinitionRequest.TimeZone
getset

Gets or Sets TimeZone


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