| Name | Type | Description | Notes |
|---|---|---|---|
| Name | Pointer to string | [optional] | |
| Match | Pointer to CreateFilterPolicyRequestRulesInnerMatch | [optional] | |
| Action | Pointer to string | [optional] | |
| ApplyTo | Pointer to string | [optional] |
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
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
func (o *CreateFilterPolicyRequestRulesInner) GetName() string
GetName returns the Name field if non-nil, zero value otherwise.
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.
func (o *CreateFilterPolicyRequestRulesInner) SetName(v string)
SetName sets Name field to given value.
func (o *CreateFilterPolicyRequestRulesInner) HasName() bool
HasName returns a boolean if a field has been set.
func (o *CreateFilterPolicyRequestRulesInner) GetMatch() CreateFilterPolicyRequestRulesInnerMatch
GetMatch returns the Match field if non-nil, zero value otherwise.
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.
func (o *CreateFilterPolicyRequestRulesInner) SetMatch(v CreateFilterPolicyRequestRulesInnerMatch)
SetMatch sets Match field to given value.
func (o *CreateFilterPolicyRequestRulesInner) HasMatch() bool
HasMatch returns a boolean if a field has been set.
func (o *CreateFilterPolicyRequestRulesInner) GetAction() string
GetAction returns the Action field if non-nil, zero value otherwise.
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.
func (o *CreateFilterPolicyRequestRulesInner) SetAction(v string)
SetAction sets Action field to given value.
func (o *CreateFilterPolicyRequestRulesInner) HasAction() bool
HasAction returns a boolean if a field has been set.
func (o *CreateFilterPolicyRequestRulesInner) GetApplyTo() string
GetApplyTo returns the ApplyTo field if non-nil, zero value otherwise.
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.
func (o *CreateFilterPolicyRequestRulesInner) SetApplyTo(v string)
SetApplyTo sets ApplyTo field to given value.
func (o *CreateFilterPolicyRequestRulesInner) HasApplyTo() bool
HasApplyTo returns a boolean if a field has been set.