78 lines
2.4 KiB
Markdown
78 lines
2.4 KiB
Markdown
# SchemaUpdatePluginStatusReq
|
|
|
|
## Properties
|
|
|
|
Name | Type | Description | Notes
|
|
------------ | ------------- | ------------- | -------------
|
|
**Enabled** | Pointer to **bool** | | [optional]
|
|
**PluginSlugName** | **string** | |
|
|
|
|
## Methods
|
|
|
|
### NewSchemaUpdatePluginStatusReq
|
|
|
|
`func NewSchemaUpdatePluginStatusReq(pluginSlugName string, ) *SchemaUpdatePluginStatusReq`
|
|
|
|
NewSchemaUpdatePluginStatusReq instantiates a new SchemaUpdatePluginStatusReq 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
|
|
|
|
### NewSchemaUpdatePluginStatusReqWithDefaults
|
|
|
|
`func NewSchemaUpdatePluginStatusReqWithDefaults() *SchemaUpdatePluginStatusReq`
|
|
|
|
NewSchemaUpdatePluginStatusReqWithDefaults instantiates a new SchemaUpdatePluginStatusReq 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
|
|
|
|
### GetEnabled
|
|
|
|
`func (o *SchemaUpdatePluginStatusReq) GetEnabled() bool`
|
|
|
|
GetEnabled returns the Enabled field if non-nil, zero value otherwise.
|
|
|
|
### GetEnabledOk
|
|
|
|
`func (o *SchemaUpdatePluginStatusReq) GetEnabledOk() (*bool, bool)`
|
|
|
|
GetEnabledOk returns a tuple with the Enabled field if it's non-nil, zero value otherwise
|
|
and a boolean to check if the value has been set.
|
|
|
|
### SetEnabled
|
|
|
|
`func (o *SchemaUpdatePluginStatusReq) SetEnabled(v bool)`
|
|
|
|
SetEnabled sets Enabled field to given value.
|
|
|
|
### HasEnabled
|
|
|
|
`func (o *SchemaUpdatePluginStatusReq) HasEnabled() bool`
|
|
|
|
HasEnabled returns a boolean if a field has been set.
|
|
|
|
### GetPluginSlugName
|
|
|
|
`func (o *SchemaUpdatePluginStatusReq) GetPluginSlugName() string`
|
|
|
|
GetPluginSlugName returns the PluginSlugName field if non-nil, zero value otherwise.
|
|
|
|
### GetPluginSlugNameOk
|
|
|
|
`func (o *SchemaUpdatePluginStatusReq) 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 *SchemaUpdatePluginStatusReq) 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)
|
|
|
|
|