Name | Type | Description | Notes |
---|---|---|---|
Alias | Pointer to string | [optional] | |
Name | Pointer to string | [optional] | |
ProviderId | Pointer to string | [optional] | |
Enabled | Pointer to bool | [optional] | |
DefaultAction | Pointer to bool | [optional] | |
Priority | Pointer to int32 | [optional] | |
Config | Pointer to map[string]string | [optional] |
func NewRequiredActionProviderRepresentation() *RequiredActionProviderRepresentation
NewRequiredActionProviderRepresentation instantiates a new RequiredActionProviderRepresentation 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 NewRequiredActionProviderRepresentationWithDefaults() *RequiredActionProviderRepresentation
NewRequiredActionProviderRepresentationWithDefaults instantiates a new RequiredActionProviderRepresentation 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 *RequiredActionProviderRepresentation) GetAlias() string
GetAlias returns the Alias field if non-nil, zero value otherwise.
func (o *RequiredActionProviderRepresentation) GetAliasOk() (*string, bool)
GetAliasOk returns a tuple with the Alias field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *RequiredActionProviderRepresentation) SetAlias(v string)
SetAlias sets Alias field to given value.
func (o *RequiredActionProviderRepresentation) HasAlias() bool
HasAlias returns a boolean if a field has been set.
func (o *RequiredActionProviderRepresentation) GetName() string
GetName returns the Name field if non-nil, zero value otherwise.
func (o *RequiredActionProviderRepresentation) 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 *RequiredActionProviderRepresentation) SetName(v string)
SetName sets Name field to given value.
func (o *RequiredActionProviderRepresentation) HasName() bool
HasName returns a boolean if a field has been set.
func (o *RequiredActionProviderRepresentation) GetProviderId() string
GetProviderId returns the ProviderId field if non-nil, zero value otherwise.
func (o *RequiredActionProviderRepresentation) GetProviderIdOk() (*string, bool)
GetProviderIdOk returns a tuple with the ProviderId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *RequiredActionProviderRepresentation) SetProviderId(v string)
SetProviderId sets ProviderId field to given value.
func (o *RequiredActionProviderRepresentation) HasProviderId() bool
HasProviderId returns a boolean if a field has been set.
func (o *RequiredActionProviderRepresentation) GetEnabled() bool
GetEnabled returns the Enabled field if non-nil, zero value otherwise.
func (o *RequiredActionProviderRepresentation) 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.
func (o *RequiredActionProviderRepresentation) SetEnabled(v bool)
SetEnabled sets Enabled field to given value.
func (o *RequiredActionProviderRepresentation) HasEnabled() bool
HasEnabled returns a boolean if a field has been set.
func (o *RequiredActionProviderRepresentation) GetDefaultAction() bool
GetDefaultAction returns the DefaultAction field if non-nil, zero value otherwise.
func (o *RequiredActionProviderRepresentation) GetDefaultActionOk() (*bool, bool)
GetDefaultActionOk returns a tuple with the DefaultAction field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *RequiredActionProviderRepresentation) SetDefaultAction(v bool)
SetDefaultAction sets DefaultAction field to given value.
func (o *RequiredActionProviderRepresentation) HasDefaultAction() bool
HasDefaultAction returns a boolean if a field has been set.
func (o *RequiredActionProviderRepresentation) GetPriority() int32
GetPriority returns the Priority field if non-nil, zero value otherwise.
func (o *RequiredActionProviderRepresentation) GetPriorityOk() (*int32, bool)
GetPriorityOk returns a tuple with the Priority field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *RequiredActionProviderRepresentation) SetPriority(v int32)
SetPriority sets Priority field to given value.
func (o *RequiredActionProviderRepresentation) HasPriority() bool
HasPriority returns a boolean if a field has been set.
func (o *RequiredActionProviderRepresentation) GetConfig() map[string]string
GetConfig returns the Config field if non-nil, zero value otherwise.
func (o *RequiredActionProviderRepresentation) GetConfigOk() (*map[string]string, bool)
GetConfigOk returns a tuple with the Config field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *RequiredActionProviderRepresentation) SetConfig(v map[string]string)
SetConfig sets Config field to given value.
func (o *RequiredActionProviderRepresentation) HasConfig() bool
HasConfig returns a boolean if a field has been set.