更新文档内容
This commit is contained in:
82
docs/SchemaConfigFieldOption.md
Normal file
82
docs/SchemaConfigFieldOption.md
Normal file
@@ -0,0 +1,82 @@
|
||||
# SchemaConfigFieldOption
|
||||
|
||||
## Properties
|
||||
|
||||
Name | Type | Description | Notes
|
||||
------------ | ------------- | ------------- | -------------
|
||||
**Label** | Pointer to **string** | | [optional]
|
||||
**Value** | Pointer to **string** | | [optional]
|
||||
|
||||
## Methods
|
||||
|
||||
### NewSchemaConfigFieldOption
|
||||
|
||||
`func NewSchemaConfigFieldOption() *SchemaConfigFieldOption`
|
||||
|
||||
NewSchemaConfigFieldOption instantiates a new SchemaConfigFieldOption 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
|
||||
|
||||
### NewSchemaConfigFieldOptionWithDefaults
|
||||
|
||||
`func NewSchemaConfigFieldOptionWithDefaults() *SchemaConfigFieldOption`
|
||||
|
||||
NewSchemaConfigFieldOptionWithDefaults instantiates a new SchemaConfigFieldOption 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 *SchemaConfigFieldOption) GetLabel() string`
|
||||
|
||||
GetLabel returns the Label field if non-nil, zero value otherwise.
|
||||
|
||||
### GetLabelOk
|
||||
|
||||
`func (o *SchemaConfigFieldOption) 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 *SchemaConfigFieldOption) SetLabel(v string)`
|
||||
|
||||
SetLabel sets Label field to given value.
|
||||
|
||||
### HasLabel
|
||||
|
||||
`func (o *SchemaConfigFieldOption) HasLabel() bool`
|
||||
|
||||
HasLabel returns a boolean if a field has been set.
|
||||
|
||||
### GetValue
|
||||
|
||||
`func (o *SchemaConfigFieldOption) GetValue() string`
|
||||
|
||||
GetValue returns the Value field if non-nil, zero value otherwise.
|
||||
|
||||
### GetValueOk
|
||||
|
||||
`func (o *SchemaConfigFieldOption) 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 *SchemaConfigFieldOption) SetValue(v string)`
|
||||
|
||||
SetValue sets Value field to given value.
|
||||
|
||||
### HasValue
|
||||
|
||||
`func (o *SchemaConfigFieldOption) 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