Name | Type | Description | Notes |
---|---|---|---|
Description | string | description | |
Name | string | name | |
Settable | []string | settable | |
Value | []string | value |
func NewPluginConfigArgs(description string, name string, settable []string, value []string, ) *PluginConfigArgs
NewPluginConfigArgs instantiates a new PluginConfigArgs 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
func NewPluginConfigArgsWithDefaults() *PluginConfigArgs
NewPluginConfigArgsWithDefaults instantiates a new PluginConfigArgs 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
func (o *PluginConfigArgs) GetDescription() string
GetDescription returns the Description field if non-nil, zero value otherwise.
func (o *PluginConfigArgs) 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.
func (o *PluginConfigArgs) SetDescription(v string)
SetDescription sets Description field to given value.
func (o *PluginConfigArgs) GetName() string
GetName returns the Name field if non-nil, zero value otherwise.
func (o *PluginConfigArgs) 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.
func (o *PluginConfigArgs) SetName(v string)
SetName sets Name field to given value.
func (o *PluginConfigArgs) GetSettable() []string
GetSettable returns the Settable field if non-nil, zero value otherwise.
func (o *PluginConfigArgs) GetSettableOk() (*[]string, bool)
GetSettableOk returns a tuple with the Settable field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *PluginConfigArgs) SetSettable(v []string)
SetSettable sets Settable field to given value.
func (o *PluginConfigArgs) GetValue() []string
GetValue returns the Value field if non-nil, zero value otherwise.
func (o *PluginConfigArgs) 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.
func (o *PluginConfigArgs) SetValue(v []string)
SetValue sets Value field to given value.