first version
This commit is contained in:
82
docs/SchemaThemeOption.md
Normal file
82
docs/SchemaThemeOption.md
Normal file
@@ -0,0 +1,82 @@
|
||||
# SchemaThemeOption
|
||||
|
||||
## Properties
|
||||
|
||||
Name | Type | Description | Notes
|
||||
------------ | ------------- | ------------- | -------------
|
||||
**Label** | Pointer to **string** | | [optional]
|
||||
**Value** | Pointer to **string** | | [optional]
|
||||
|
||||
## Methods
|
||||
|
||||
### NewSchemaThemeOption
|
||||
|
||||
`func NewSchemaThemeOption() *SchemaThemeOption`
|
||||
|
||||
NewSchemaThemeOption instantiates a new SchemaThemeOption object
|
||||
This constructor will assign default values to properties that have it defined,
|
||||
and makes sure properties required by API are set, but the set of arguments
|
||||
will change when the set of required properties is changed
|
||||
|
||||
### NewSchemaThemeOptionWithDefaults
|
||||
|
||||
`func NewSchemaThemeOptionWithDefaults() *SchemaThemeOption`
|
||||
|
||||
NewSchemaThemeOptionWithDefaults instantiates a new SchemaThemeOption object
|
||||
This constructor will only assign default values to properties that have it defined,
|
||||
but it doesn't guarantee that properties required by API are set
|
||||
|
||||
### GetLabel
|
||||
|
||||
`func (o *SchemaThemeOption) GetLabel() string`
|
||||
|
||||
GetLabel returns the Label field if non-nil, zero value otherwise.
|
||||
|
||||
### GetLabelOk
|
||||
|
||||
`func (o *SchemaThemeOption) GetLabelOk() (*string, bool)`
|
||||
|
||||
GetLabelOk returns a tuple with the Label field if it's non-nil, zero value otherwise
|
||||
and a boolean to check if the value has been set.
|
||||
|
||||
### SetLabel
|
||||
|
||||
`func (o *SchemaThemeOption) SetLabel(v string)`
|
||||
|
||||
SetLabel sets Label field to given value.
|
||||
|
||||
### HasLabel
|
||||
|
||||
`func (o *SchemaThemeOption) HasLabel() bool`
|
||||
|
||||
HasLabel returns a boolean if a field has been set.
|
||||
|
||||
### GetValue
|
||||
|
||||
`func (o *SchemaThemeOption) GetValue() string`
|
||||
|
||||
GetValue returns the Value field if non-nil, zero value otherwise.
|
||||
|
||||
### GetValueOk
|
||||
|
||||
`func (o *SchemaThemeOption) GetValueOk() (*string, bool)`
|
||||
|
||||
GetValueOk returns a tuple with the Value field if it's non-nil, zero value otherwise
|
||||
and a boolean to check if the value has been set.
|
||||
|
||||
### SetValue
|
||||
|
||||
`func (o *SchemaThemeOption) SetValue(v string)`
|
||||
|
||||
SetValue sets Value field to given value.
|
||||
|
||||
### HasValue
|
||||
|
||||
`func (o *SchemaThemeOption) HasValue() bool`
|
||||
|
||||
HasValue returns a boolean if a field has been set.
|
||||
|
||||
|
||||
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user