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

UpdateTimelineRequest More...

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

Public Member Functions

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

Protected Member Functions

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

Properties

string DisplayName [get, set]
 The name of the Timeline. More...
 
string Description [get, set]
 A description for the Timeline. More...
 
Dictionary< string, PropertyProperties [get, set]
 The Timelines properties. These will be from the &#39;Timeline&#39; domain. More...
 

Detailed Description

UpdateTimelineRequest

Constructor & Destructor Documentation

◆ UpdateTimelineRequest() [1/2]

Lusid.Sdk.Model.UpdateTimelineRequest.UpdateTimelineRequest ( )
inlineprotected

Initializes a new instance of the UpdateTimelineRequest class.

◆ UpdateTimelineRequest() [2/2]

Lusid.Sdk.Model.UpdateTimelineRequest.UpdateTimelineRequest ( string  displayName = default(string),
string  description = default(string),
Dictionary< string, Property properties = default(Dictionary<string, Property>) 
)
inline

Initializes a new instance of the UpdateTimelineRequest class.

Parameters
displayNameThe name of the Timeline. (required).
descriptionA description for the Timeline..
propertiesThe Timelines properties. These will be from the &#39;Timeline&#39; domain..

Member Function Documentation

◆ Equals() [1/2]

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

Returns true if objects are equal

Parameters
inputObject to be compared
Returns
Boolean

◆ Equals() [2/2]

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

Returns true if UpdateTimelineRequest instances are equal

Parameters
inputInstance of UpdateTimelineRequest to be compared
Returns
Boolean

◆ GetHashCode()

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

Gets the hash code

Returns
Hash code

◆ ToJson()

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

Returns the JSON string presentation of the object

Returns
JSON string presentation of the object

◆ ToString()

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

Returns the string presentation of the object

Returns
String presentation of the object

Property Documentation

◆ Description

string Lusid.Sdk.Model.UpdateTimelineRequest.Description
getset

A description for the Timeline.

A description for the Timeline.

◆ DisplayName

string Lusid.Sdk.Model.UpdateTimelineRequest.DisplayName
getset

The name of the Timeline.

The name of the Timeline.

◆ Properties

Dictionary<string, Property> Lusid.Sdk.Model.UpdateTimelineRequest.Properties
getset

The Timelines properties. These will be from the &#39;Timeline&#39; domain.

The Timelines properties. These will be from the &#39;Timeline&#39; domain.


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