Skip to content

AppliedConfig

Properties

Name Type Description Notes
AppliedConfig Pointer to int32 The value of parameter [appliedConfig] should be 1 or 2. 1: apply recommended config. 2: apply previous config. [optional]

Methods

NewAppliedConfig

func NewAppliedConfig() *AppliedConfig

NewAppliedConfig instantiates a new AppliedConfig 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

NewAppliedConfigWithDefaults

func NewAppliedConfigWithDefaults() *AppliedConfig

NewAppliedConfigWithDefaults instantiates a new AppliedConfig 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

GetAppliedConfig

func (o *AppliedConfig) GetAppliedConfig() int32

GetAppliedConfig returns the AppliedConfig field if non-nil, zero value otherwise.

GetAppliedConfigOk

func (o *AppliedConfig) GetAppliedConfigOk() (*int32, bool)

GetAppliedConfigOk returns a tuple with the AppliedConfig field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetAppliedConfig

func (o *AppliedConfig) SetAppliedConfig(v int32)

SetAppliedConfig sets AppliedConfig field to given value.

HasAppliedConfig

func (o *AppliedConfig) HasAppliedConfig() bool

HasAppliedConfig returns a boolean if a field has been set.

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