213 lines
5.6 KiB
Markdown
213 lines
5.6 KiB
Markdown
# SchemaGetPluginListResp
|
|
|
|
## Properties
|
|
|
|
Name | Type | Description | Notes
|
|
------------ | ------------- | ------------- | -------------
|
|
**Description** | Pointer to **string** | | [optional]
|
|
**Enabled** | Pointer to **bool** | | [optional]
|
|
**HaveConfig** | Pointer to **bool** | | [optional]
|
|
**Link** | Pointer to **string** | | [optional]
|
|
**Name** | Pointer to **string** | | [optional]
|
|
**SlugName** | Pointer to **string** | | [optional]
|
|
**Version** | Pointer to **string** | | [optional]
|
|
|
|
## Methods
|
|
|
|
### NewSchemaGetPluginListResp
|
|
|
|
`func NewSchemaGetPluginListResp() *SchemaGetPluginListResp`
|
|
|
|
NewSchemaGetPluginListResp instantiates a new SchemaGetPluginListResp 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
|
|
|
|
### NewSchemaGetPluginListRespWithDefaults
|
|
|
|
`func NewSchemaGetPluginListRespWithDefaults() *SchemaGetPluginListResp`
|
|
|
|
NewSchemaGetPluginListRespWithDefaults instantiates a new SchemaGetPluginListResp 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
|
|
|
|
### GetDescription
|
|
|
|
`func (o *SchemaGetPluginListResp) GetDescription() string`
|
|
|
|
GetDescription returns the Description field if non-nil, zero value otherwise.
|
|
|
|
### GetDescriptionOk
|
|
|
|
`func (o *SchemaGetPluginListResp) GetDescriptionOk() (*string, bool)`
|
|
|
|
GetDescriptionOk returns a tuple with the Description field if it's non-nil, zero value otherwise
|
|
and a boolean to check if the value has been set.
|
|
|
|
### SetDescription
|
|
|
|
`func (o *SchemaGetPluginListResp) SetDescription(v string)`
|
|
|
|
SetDescription sets Description field to given value.
|
|
|
|
### HasDescription
|
|
|
|
`func (o *SchemaGetPluginListResp) HasDescription() bool`
|
|
|
|
HasDescription returns a boolean if a field has been set.
|
|
|
|
### GetEnabled
|
|
|
|
`func (o *SchemaGetPluginListResp) GetEnabled() bool`
|
|
|
|
GetEnabled returns the Enabled field if non-nil, zero value otherwise.
|
|
|
|
### GetEnabledOk
|
|
|
|
`func (o *SchemaGetPluginListResp) 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 *SchemaGetPluginListResp) SetEnabled(v bool)`
|
|
|
|
SetEnabled sets Enabled field to given value.
|
|
|
|
### HasEnabled
|
|
|
|
`func (o *SchemaGetPluginListResp) HasEnabled() bool`
|
|
|
|
HasEnabled returns a boolean if a field has been set.
|
|
|
|
### GetHaveConfig
|
|
|
|
`func (o *SchemaGetPluginListResp) GetHaveConfig() bool`
|
|
|
|
GetHaveConfig returns the HaveConfig field if non-nil, zero value otherwise.
|
|
|
|
### GetHaveConfigOk
|
|
|
|
`func (o *SchemaGetPluginListResp) GetHaveConfigOk() (*bool, bool)`
|
|
|
|
GetHaveConfigOk returns a tuple with the HaveConfig field if it's non-nil, zero value otherwise
|
|
and a boolean to check if the value has been set.
|
|
|
|
### SetHaveConfig
|
|
|
|
`func (o *SchemaGetPluginListResp) SetHaveConfig(v bool)`
|
|
|
|
SetHaveConfig sets HaveConfig field to given value.
|
|
|
|
### HasHaveConfig
|
|
|
|
`func (o *SchemaGetPluginListResp) HasHaveConfig() bool`
|
|
|
|
HasHaveConfig returns a boolean if a field has been set.
|
|
|
|
### GetLink
|
|
|
|
`func (o *SchemaGetPluginListResp) GetLink() string`
|
|
|
|
GetLink returns the Link field if non-nil, zero value otherwise.
|
|
|
|
### GetLinkOk
|
|
|
|
`func (o *SchemaGetPluginListResp) GetLinkOk() (*string, bool)`
|
|
|
|
GetLinkOk returns a tuple with the Link field if it's non-nil, zero value otherwise
|
|
and a boolean to check if the value has been set.
|
|
|
|
### SetLink
|
|
|
|
`func (o *SchemaGetPluginListResp) SetLink(v string)`
|
|
|
|
SetLink sets Link field to given value.
|
|
|
|
### HasLink
|
|
|
|
`func (o *SchemaGetPluginListResp) HasLink() bool`
|
|
|
|
HasLink returns a boolean if a field has been set.
|
|
|
|
### GetName
|
|
|
|
`func (o *SchemaGetPluginListResp) GetName() string`
|
|
|
|
GetName returns the Name field if non-nil, zero value otherwise.
|
|
|
|
### GetNameOk
|
|
|
|
`func (o *SchemaGetPluginListResp) GetNameOk() (*string, bool)`
|
|
|
|
GetNameOk returns a tuple with the Name field if it's non-nil, zero value otherwise
|
|
and a boolean to check if the value has been set.
|
|
|
|
### SetName
|
|
|
|
`func (o *SchemaGetPluginListResp) SetName(v string)`
|
|
|
|
SetName sets Name field to given value.
|
|
|
|
### HasName
|
|
|
|
`func (o *SchemaGetPluginListResp) HasName() bool`
|
|
|
|
HasName returns a boolean if a field has been set.
|
|
|
|
### GetSlugName
|
|
|
|
`func (o *SchemaGetPluginListResp) GetSlugName() string`
|
|
|
|
GetSlugName returns the SlugName field if non-nil, zero value otherwise.
|
|
|
|
### GetSlugNameOk
|
|
|
|
`func (o *SchemaGetPluginListResp) GetSlugNameOk() (*string, bool)`
|
|
|
|
GetSlugNameOk returns a tuple with the SlugName field if it's non-nil, zero value otherwise
|
|
and a boolean to check if the value has been set.
|
|
|
|
### SetSlugName
|
|
|
|
`func (o *SchemaGetPluginListResp) SetSlugName(v string)`
|
|
|
|
SetSlugName sets SlugName field to given value.
|
|
|
|
### HasSlugName
|
|
|
|
`func (o *SchemaGetPluginListResp) HasSlugName() bool`
|
|
|
|
HasSlugName returns a boolean if a field has been set.
|
|
|
|
### GetVersion
|
|
|
|
`func (o *SchemaGetPluginListResp) GetVersion() string`
|
|
|
|
GetVersion returns the Version field if non-nil, zero value otherwise.
|
|
|
|
### GetVersionOk
|
|
|
|
`func (o *SchemaGetPluginListResp) GetVersionOk() (*string, bool)`
|
|
|
|
GetVersionOk returns a tuple with the Version field if it's non-nil, zero value otherwise
|
|
and a boolean to check if the value has been set.
|
|
|
|
### SetVersion
|
|
|
|
`func (o *SchemaGetPluginListResp) SetVersion(v string)`
|
|
|
|
SetVersion sets Version field to given value.
|
|
|
|
### HasVersion
|
|
|
|
`func (o *SchemaGetPluginListResp) HasVersion() bool`
|
|
|
|
HasVersion 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)
|
|
|
|
|