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

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

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

Public Member Functions

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

Protected Member Functions

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

Properties

string Code [get, set]
 Gets or Sets Code More...
 
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

◆ CreateCutLabelDefinitionRequest() [1/2]

Lusid.Sdk.Model.CreateCutLabelDefinitionRequest.CreateCutLabelDefinitionRequest ( )
inlineprotected

Initializes a new instance of the CreateCutLabelDefinitionRequest class.

◆ CreateCutLabelDefinitionRequest() [2/2]

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

Initializes a new instance of the CreateCutLabelDefinitionRequest class.

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

Member Function Documentation

◆ Equals() [1/2]

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

Returns true if CreateCutLabelDefinitionRequest instances are equal

Parameters
inputInstance of CreateCutLabelDefinitionRequest to be compared
Returns
Boolean

◆ Equals() [2/2]

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

Returns true if objects are equal

Parameters
inputObject to be compared
Returns
Boolean

◆ GetHashCode()

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

Gets the hash code

Returns
Hash code

◆ ToJson()

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

Returns the JSON string presentation of the object

Returns
JSON string presentation of the object

◆ ToString()

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

Returns the string presentation of the object

Returns
String presentation of the object

Property Documentation

◆ Code

string Lusid.Sdk.Model.CreateCutLabelDefinitionRequest.Code
getset

Gets or Sets Code

◆ CutLocalTime

CutLocalTime Lusid.Sdk.Model.CreateCutLabelDefinitionRequest.CutLocalTime
getset

Gets or Sets CutLocalTime

◆ Description

string Lusid.Sdk.Model.CreateCutLabelDefinitionRequest.Description
getset

Gets or Sets Description

◆ DisplayName

string Lusid.Sdk.Model.CreateCutLabelDefinitionRequest.DisplayName
getset

Gets or Sets DisplayName

◆ TimeZone

string Lusid.Sdk.Model.CreateCutLabelDefinitionRequest.TimeZone
getset

Gets or Sets TimeZone


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