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

UpsertTranslationScriptRequest More...

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

Public Member Functions

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

Protected Member Functions

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

Properties

TranslationScriptId Id [get, set]
 Gets or Sets Id More...
 
string Body [get, set]
 Body of the translation script, i.e. the actual translation code. More...
 

Detailed Description

UpsertTranslationScriptRequest

Constructor & Destructor Documentation

◆ UpsertTranslationScriptRequest() [1/2]

Lusid.Sdk.Model.UpsertTranslationScriptRequest.UpsertTranslationScriptRequest ( )
inlineprotected

Initializes a new instance of the UpsertTranslationScriptRequest class.

◆ UpsertTranslationScriptRequest() [2/2]

Lusid.Sdk.Model.UpsertTranslationScriptRequest.UpsertTranslationScriptRequest ( TranslationScriptId  id = default(TranslationScriptId),
string  body = default(string) 
)
inline

Initializes a new instance of the UpsertTranslationScriptRequest class.

Parameters
idid (required).
bodyBody of the translation script, i.e. the actual translation code. (required).

Member Function Documentation

◆ Equals() [1/2]

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

Returns true if objects are equal

Parameters
inputObject to be compared
Returns
Boolean

◆ Equals() [2/2]

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

Returns true if UpsertTranslationScriptRequest instances are equal

Parameters
inputInstance of UpsertTranslationScriptRequest to be compared
Returns
Boolean

◆ GetHashCode()

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

Gets the hash code

Returns
Hash code

◆ ToJson()

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

Returns the JSON string presentation of the object

Returns
JSON string presentation of the object

◆ ToString()

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

Returns the string presentation of the object

Returns
String presentation of the object

Property Documentation

◆ Body

string Lusid.Sdk.Model.UpsertTranslationScriptRequest.Body
getset

Body of the translation script, i.e. the actual translation code.

Body of the translation script, i.e. the actual translation code.

◆ Id

TranslationScriptId Lusid.Sdk.Model.UpsertTranslationScriptRequest.Id
getset

Gets or Sets Id


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