SdkConfigurationProperty¶
Structure Class¶
SdkConfigurationProperty
dataclass
¶
A configuration property of an SDK type.
Attributes¶
default_value
class-attribute
instance-attribute
¶
default_value: str | None = None
The default value of an SdkType configuration property.
description
class-attribute
instance-attribute
¶
description: str | None = None
The description of an SdkType configuration property.
friendly_name
class-attribute
instance-attribute
¶
friendly_name: str | None = None
The user-friendly name of an SdkType configuration property.
name
class-attribute
instance-attribute
¶
name: str | None = None
The name of a an SdkType configuration property.
required
class-attribute
instance-attribute
¶
required: bool = False
A boolean flag of an SdkType configuration property to indicate if the
associated SDK configuration property is required (true) or not
(false).