Skip to content

Latest commit

 

History

History
134 lines (73 loc) · 4.06 KB

File metadata and controls

134 lines (73 loc) · 4.06 KB

CreateFilterPolicyRequestRulesInner

Properties

Name Type Description Notes
Name Pointer to string [optional]
Match Pointer to CreateFilterPolicyRequestRulesInnerMatch [optional]
Action Pointer to string [optional]
ApplyTo Pointer to string [optional]

Methods

NewCreateFilterPolicyRequestRulesInner

func NewCreateFilterPolicyRequestRulesInner() *CreateFilterPolicyRequestRulesInner

NewCreateFilterPolicyRequestRulesInner instantiates a new CreateFilterPolicyRequestRulesInner 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

NewCreateFilterPolicyRequestRulesInnerWithDefaults

func NewCreateFilterPolicyRequestRulesInnerWithDefaults() *CreateFilterPolicyRequestRulesInner

NewCreateFilterPolicyRequestRulesInnerWithDefaults instantiates a new CreateFilterPolicyRequestRulesInner 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

GetName

func (o *CreateFilterPolicyRequestRulesInner) GetName() string

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

GetNameOk

func (o *CreateFilterPolicyRequestRulesInner) 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 *CreateFilterPolicyRequestRulesInner) SetName(v string)

SetName sets Name field to given value.

HasName

func (o *CreateFilterPolicyRequestRulesInner) HasName() bool

HasName returns a boolean if a field has been set.

GetMatch

func (o *CreateFilterPolicyRequestRulesInner) GetMatch() CreateFilterPolicyRequestRulesInnerMatch

GetMatch returns the Match field if non-nil, zero value otherwise.

GetMatchOk

func (o *CreateFilterPolicyRequestRulesInner) GetMatchOk() (*CreateFilterPolicyRequestRulesInnerMatch, bool)

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

SetMatch

func (o *CreateFilterPolicyRequestRulesInner) SetMatch(v CreateFilterPolicyRequestRulesInnerMatch)

SetMatch sets Match field to given value.

HasMatch

func (o *CreateFilterPolicyRequestRulesInner) HasMatch() bool

HasMatch returns a boolean if a field has been set.

GetAction

func (o *CreateFilterPolicyRequestRulesInner) GetAction() string

GetAction returns the Action field if non-nil, zero value otherwise.

GetActionOk

func (o *CreateFilterPolicyRequestRulesInner) GetActionOk() (*string, bool)

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

SetAction

func (o *CreateFilterPolicyRequestRulesInner) SetAction(v string)

SetAction sets Action field to given value.

HasAction

func (o *CreateFilterPolicyRequestRulesInner) HasAction() bool

HasAction returns a boolean if a field has been set.

GetApplyTo

func (o *CreateFilterPolicyRequestRulesInner) GetApplyTo() string

GetApplyTo returns the ApplyTo field if non-nil, zero value otherwise.

GetApplyToOk

func (o *CreateFilterPolicyRequestRulesInner) GetApplyToOk() (*string, bool)

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

SetApplyTo

func (o *CreateFilterPolicyRequestRulesInner) SetApplyTo(v string)

SetApplyTo sets ApplyTo field to given value.

HasApplyTo

func (o *CreateFilterPolicyRequestRulesInner) HasApplyTo() bool

HasApplyTo returns a boolean if a field has been set.

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