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

UpdateStagingRuleSetRequest More...

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

Public Member Functions

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

Protected Member Functions

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

Properties

string DisplayName [get, set]
 The name of the staging rule set. More...
 
string Description [get, set]
 A description for the staging rule set. More...
 
List< StagingRuleRules [get, set]
 The list of staging rules that apply to a specific entity type. More...
 

Detailed Description

UpdateStagingRuleSetRequest

Constructor & Destructor Documentation

◆ UpdateStagingRuleSetRequest() [1/2]

Lusid.Sdk.Model.UpdateStagingRuleSetRequest.UpdateStagingRuleSetRequest ( )
inlineprotected

Initializes a new instance of the UpdateStagingRuleSetRequest class.

◆ UpdateStagingRuleSetRequest() [2/2]

Lusid.Sdk.Model.UpdateStagingRuleSetRequest.UpdateStagingRuleSetRequest ( string  displayName = default(string),
string  description = default(string),
List< StagingRule rules = default(List<StagingRule>) 
)
inline

Initializes a new instance of the UpdateStagingRuleSetRequest class.

Parameters
displayNameThe name of the staging rule set..
descriptionA description for the staging rule set..
rulesThe list of staging rules that apply to a specific entity type. (required).

Member Function Documentation

◆ Equals() [1/2]

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

Returns true if objects are equal

Parameters
inputObject to be compared
Returns
Boolean

◆ Equals() [2/2]

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

Returns true if UpdateStagingRuleSetRequest instances are equal

Parameters
inputInstance of UpdateStagingRuleSetRequest to be compared
Returns
Boolean

◆ GetHashCode()

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

Gets the hash code

Returns
Hash code

◆ ToJson()

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

Returns the JSON string presentation of the object

Returns
JSON string presentation of the object

◆ ToString()

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

Returns the string presentation of the object

Returns
String presentation of the object

Property Documentation

◆ Description

string Lusid.Sdk.Model.UpdateStagingRuleSetRequest.Description
getset

A description for the staging rule set.

A description for the staging rule set.

◆ DisplayName

string Lusid.Sdk.Model.UpdateStagingRuleSetRequest.DisplayName
getset

The name of the staging rule set.

The name of the staging rule set.

◆ Rules

List<StagingRule> Lusid.Sdk.Model.UpdateStagingRuleSetRequest.Rules
getset

The list of staging rules that apply to a specific entity type.

The list of staging rules that apply to a specific entity type.


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