The definition of an Address Key Option
More...
|
| string | Name [get, set] |
| | The name of the option More...
|
| |
| string | Type [get, set] |
| | The type of the option. Available values: Bool, Int, Decimal, DateTimeOffset, String, Enum, TimeZoneId, Invalid. More...
|
| |
| string | Description [get, set] |
| | The description of the option More...
|
| |
| bool | Optional [get, set] |
| | Is this option required or optional? More...
|
| |
| List< string > | AllowedValueSet [get, set] |
| | If the option is a string or enum, the allowed set of values it can take. More...
|
| |
| string | DefaultValue [get, set] |
| | If the option is not required, what is the default value? More...
|
| |
The definition of an Address Key Option
◆ AddressKeyOptionDefinition() [1/2]
| Lusid.Sdk.Model.AddressKeyOptionDefinition.AddressKeyOptionDefinition |
( |
| ) |
|
|
inlineprotected |
◆ AddressKeyOptionDefinition() [2/2]
| Lusid.Sdk.Model.AddressKeyOptionDefinition.AddressKeyOptionDefinition |
( |
string |
name = default(string), |
|
|
string |
type = default(string), |
|
|
string |
description = default(string), |
|
|
bool |
optional = default(bool), |
|
|
List< string > |
allowedValueSet = default(List<string>), |
|
|
string |
defaultValue = default(string) |
|
) |
| |
|
inline |
Initializes a new instance of the AddressKeyOptionDefinition class.
- Parameters
-
| name | The name of the option (required). |
| type | The type of the option. Available values: Bool, Int, Decimal, DateTimeOffset, String, Enum, TimeZoneId, Invalid. (required). |
| description | The description of the option (required). |
| optional | Is this option required or optional? (required). |
| allowedValueSet | If the option is a string or enum, the allowed set of values it can take.. |
| defaultValue | If the option is not required, what is the default value?. |
◆ Equals() [1/2]
◆ Equals() [2/2]
| override bool Lusid.Sdk.Model.AddressKeyOptionDefinition.Equals |
( |
object |
input | ) |
|
|
inline |
Returns true if objects are equal
- Parameters
-
| input | Object to be compared |
- Returns
- Boolean
◆ GetHashCode()
| override int Lusid.Sdk.Model.AddressKeyOptionDefinition.GetHashCode |
( |
| ) |
|
|
inline |
Gets the hash code
- Returns
- Hash code
◆ ToJson()
| virtual string Lusid.Sdk.Model.AddressKeyOptionDefinition.ToJson |
( |
| ) |
|
|
inlinevirtual |
Returns the JSON string presentation of the object
- Returns
- JSON string presentation of the object
◆ ToString()
| override string Lusid.Sdk.Model.AddressKeyOptionDefinition.ToString |
( |
| ) |
|
|
inline |
Returns the string presentation of the object
- Returns
- String presentation of the object
◆ AllowedValueSet
| List<string> Lusid.Sdk.Model.AddressKeyOptionDefinition.AllowedValueSet |
|
getset |
If the option is a string or enum, the allowed set of values it can take.
If the option is a string or enum, the allowed set of values it can take.
◆ DefaultValue
| string Lusid.Sdk.Model.AddressKeyOptionDefinition.DefaultValue |
|
getset |
If the option is not required, what is the default value?
If the option is not required, what is the default value?
◆ Description
| string Lusid.Sdk.Model.AddressKeyOptionDefinition.Description |
|
getset |
The description of the option
The description of the option
◆ Name
| string Lusid.Sdk.Model.AddressKeyOptionDefinition.Name |
|
getset |
The name of the option
The name of the option
◆ Optional
| bool Lusid.Sdk.Model.AddressKeyOptionDefinition.Optional |
|
getset |
Is this option required or optional?
Is this option required or optional?
◆ Type
| string Lusid.Sdk.Model.AddressKeyOptionDefinition.Type |
|
getset |
The type of the option. Available values: Bool, Int, Decimal, DateTimeOffset, String, Enum, TimeZoneId, Invalid.
The type of the option. Available values: Bool, Int, Decimal, DateTimeOffset, String, Enum, TimeZoneId, Invalid.
The documentation for this class was generated from the following file:
- /home/docs/checkouts/readthedocs.org/user_builds/lusid-sdk-csharp/checkouts/latest/sdk/Lusid.Sdk/Model/AddressKeyOptionDefinition.cs