78 lines
2.6 KiB
Markdown
78 lines
2.6 KiB
Markdown
# SchemaUpdatePluginConfigReq
|
|
|
|
## Properties
|
|
|
|
Name | Type | Description | Notes
|
|
------------ | ------------- | ------------- | -------------
|
|
**ConfigFields** | Pointer to **map[string]map[string]interface{}** | | [optional]
|
|
**PluginSlugName** | **string** | |
|
|
|
|
## Methods
|
|
|
|
### NewSchemaUpdatePluginConfigReq
|
|
|
|
`func NewSchemaUpdatePluginConfigReq(pluginSlugName string, ) *SchemaUpdatePluginConfigReq`
|
|
|
|
NewSchemaUpdatePluginConfigReq instantiates a new SchemaUpdatePluginConfigReq 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
|
|
|
|
### NewSchemaUpdatePluginConfigReqWithDefaults
|
|
|
|
`func NewSchemaUpdatePluginConfigReqWithDefaults() *SchemaUpdatePluginConfigReq`
|
|
|
|
NewSchemaUpdatePluginConfigReqWithDefaults instantiates a new SchemaUpdatePluginConfigReq 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
|
|
|
|
### GetConfigFields
|
|
|
|
`func (o *SchemaUpdatePluginConfigReq) GetConfigFields() map[string]map[string]interface{}`
|
|
|
|
GetConfigFields returns the ConfigFields field if non-nil, zero value otherwise.
|
|
|
|
### GetConfigFieldsOk
|
|
|
|
`func (o *SchemaUpdatePluginConfigReq) GetConfigFieldsOk() (*map[string]map[string]interface{}, bool)`
|
|
|
|
GetConfigFieldsOk returns a tuple with the ConfigFields field if it's non-nil, zero value otherwise
|
|
and a boolean to check if the value has been set.
|
|
|
|
### SetConfigFields
|
|
|
|
`func (o *SchemaUpdatePluginConfigReq) SetConfigFields(v map[string]map[string]interface{})`
|
|
|
|
SetConfigFields sets ConfigFields field to given value.
|
|
|
|
### HasConfigFields
|
|
|
|
`func (o *SchemaUpdatePluginConfigReq) HasConfigFields() bool`
|
|
|
|
HasConfigFields returns a boolean if a field has been set.
|
|
|
|
### GetPluginSlugName
|
|
|
|
`func (o *SchemaUpdatePluginConfigReq) GetPluginSlugName() string`
|
|
|
|
GetPluginSlugName returns the PluginSlugName field if non-nil, zero value otherwise.
|
|
|
|
### GetPluginSlugNameOk
|
|
|
|
`func (o *SchemaUpdatePluginConfigReq) GetPluginSlugNameOk() (*string, bool)`
|
|
|
|
GetPluginSlugNameOk returns a tuple with the PluginSlugName field if it's non-nil, zero value otherwise
|
|
and a boolean to check if the value has been set.
|
|
|
|
### SetPluginSlugName
|
|
|
|
`func (o *SchemaUpdatePluginConfigReq) SetPluginSlugName(v string)`
|
|
|
|
SetPluginSlugName sets PluginSlugName field to given value.
|
|
|
|
|
|
|
|
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
|
|
|
|
|