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

RelationalDatasetFieldsToRemove More...

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

Public Member Functions

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

Properties

List< string > ValueAndMetadataFields [get, set]
 An array of FieldName(s) to be removed from the FieldSchema. Only Value or Metadata fields can be removed. More...
 

Detailed Description

RelationalDatasetFieldsToRemove

Constructor & Destructor Documentation

◆ RelationalDatasetFieldsToRemove()

Lusid.Sdk.Model.RelationalDatasetFieldsToRemove.RelationalDatasetFieldsToRemove ( List< string >  valueAndMetadataFields = default(List<string>))
inline

Initializes a new instance of the RelationalDatasetFieldsToRemove class.

Parameters
valueAndMetadataFieldsAn array of FieldName(s) to be removed from the FieldSchema. Only Value or Metadata fields can be removed..

Member Function Documentation

◆ Equals() [1/2]

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

Returns true if objects are equal

Parameters
inputObject to be compared
Returns
Boolean

◆ Equals() [2/2]

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

Returns true if RelationalDatasetFieldsToRemove instances are equal

Parameters
inputInstance of RelationalDatasetFieldsToRemove to be compared
Returns
Boolean

◆ GetHashCode()

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

Gets the hash code

Returns
Hash code

◆ ToJson()

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

Returns the JSON string presentation of the object

Returns
JSON string presentation of the object

◆ ToString()

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

Returns the string presentation of the object

Returns
String presentation of the object

Property Documentation

◆ ValueAndMetadataFields

List<string> Lusid.Sdk.Model.RelationalDatasetFieldsToRemove.ValueAndMetadataFields
getset

An array of FieldName(s) to be removed from the FieldSchema. Only Value or Metadata fields can be removed.

An array of FieldName(s) to be removed from the FieldSchema. Only Value or Metadata fields can be removed.


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