Skip to content

Latest commit

 

History

History
212 lines (115 loc) · 6.21 KB

RequiredActionProviderRepresentation.md

File metadata and controls

212 lines (115 loc) · 6.21 KB

RequiredActionProviderRepresentation

Properties

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]

Methods

NewRequiredActionProviderRepresentation

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

NewRequiredActionProviderRepresentationWithDefaults

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

GetAlias

func (o *RequiredActionProviderRepresentation) GetAlias() string

GetAlias returns the Alias field if non-nil, zero value otherwise.

GetAliasOk

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.

SetAlias

func (o *RequiredActionProviderRepresentation) SetAlias(v string)

SetAlias sets Alias field to given value.

HasAlias

func (o *RequiredActionProviderRepresentation) HasAlias() bool

HasAlias returns a boolean if a field has been set.

GetName

func (o *RequiredActionProviderRepresentation) GetName() string

GetName returns the Name field if non-nil, zero value otherwise.

GetNameOk

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.

SetName

func (o *RequiredActionProviderRepresentation) SetName(v string)

SetName sets Name field to given value.

HasName

func (o *RequiredActionProviderRepresentation) HasName() bool

HasName returns a boolean if a field has been set.

GetProviderId

func (o *RequiredActionProviderRepresentation) GetProviderId() string

GetProviderId returns the ProviderId field if non-nil, zero value otherwise.

GetProviderIdOk

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.

SetProviderId

func (o *RequiredActionProviderRepresentation) SetProviderId(v string)

SetProviderId sets ProviderId field to given value.

HasProviderId

func (o *RequiredActionProviderRepresentation) HasProviderId() bool

HasProviderId returns a boolean if a field has been set.

GetEnabled

func (o *RequiredActionProviderRepresentation) GetEnabled() bool

GetEnabled returns the Enabled field if non-nil, zero value otherwise.

GetEnabledOk

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.

SetEnabled

func (o *RequiredActionProviderRepresentation) SetEnabled(v bool)

SetEnabled sets Enabled field to given value.

HasEnabled

func (o *RequiredActionProviderRepresentation) HasEnabled() bool

HasEnabled returns a boolean if a field has been set.

GetDefaultAction

func (o *RequiredActionProviderRepresentation) GetDefaultAction() bool

GetDefaultAction returns the DefaultAction field if non-nil, zero value otherwise.

GetDefaultActionOk

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.

SetDefaultAction

func (o *RequiredActionProviderRepresentation) SetDefaultAction(v bool)

SetDefaultAction sets DefaultAction field to given value.

HasDefaultAction

func (o *RequiredActionProviderRepresentation) HasDefaultAction() bool

HasDefaultAction returns a boolean if a field has been set.

GetPriority

func (o *RequiredActionProviderRepresentation) GetPriority() int32

GetPriority returns the Priority field if non-nil, zero value otherwise.

GetPriorityOk

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.

SetPriority

func (o *RequiredActionProviderRepresentation) SetPriority(v int32)

SetPriority sets Priority field to given value.

HasPriority

func (o *RequiredActionProviderRepresentation) HasPriority() bool

HasPriority returns a boolean if a field has been set.

GetConfig

func (o *RequiredActionProviderRepresentation) GetConfig() map[string]string

GetConfig returns the Config field if non-nil, zero value otherwise.

GetConfigOk

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.

SetConfig

func (o *RequiredActionProviderRepresentation) SetConfig(v map[string]string)

SetConfig sets Config field to given value.

HasConfig

func (o *RequiredActionProviderRepresentation) HasConfig() bool

HasConfig returns a boolean if a field has been set.

[Back to Model list] [Back to API list] [Back to README]