| Name | Type | Description | Notes |
|---|---|---|---|
| Type | Pointer to string | [optional] | |
| Values | Pointer to []string | Required when type=word | [optional] |
| Pattern | Pointer to string | Required when type=regex | [optional] |
func NewCreateFilterPolicyRequestRulesInnerMatch() *CreateFilterPolicyRequestRulesInnerMatch
NewCreateFilterPolicyRequestRulesInnerMatch instantiates a new CreateFilterPolicyRequestRulesInnerMatch 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 NewCreateFilterPolicyRequestRulesInnerMatchWithDefaults() *CreateFilterPolicyRequestRulesInnerMatch
NewCreateFilterPolicyRequestRulesInnerMatchWithDefaults instantiates a new CreateFilterPolicyRequestRulesInnerMatch 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 *CreateFilterPolicyRequestRulesInnerMatch) GetType() string
GetType returns the Type field if non-nil, zero value otherwise.
func (o *CreateFilterPolicyRequestRulesInnerMatch) GetTypeOk() (*string, bool)
GetTypeOk returns a tuple with the Type field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *CreateFilterPolicyRequestRulesInnerMatch) SetType(v string)
SetType sets Type field to given value.
func (o *CreateFilterPolicyRequestRulesInnerMatch) HasType() bool
HasType returns a boolean if a field has been set.
func (o *CreateFilterPolicyRequestRulesInnerMatch) GetValues() []string
GetValues returns the Values field if non-nil, zero value otherwise.
func (o *CreateFilterPolicyRequestRulesInnerMatch) GetValuesOk() (*[]string, bool)
GetValuesOk returns a tuple with the Values field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *CreateFilterPolicyRequestRulesInnerMatch) SetValues(v []string)
SetValues sets Values field to given value.
func (o *CreateFilterPolicyRequestRulesInnerMatch) HasValues() bool
HasValues returns a boolean if a field has been set.
func (o *CreateFilterPolicyRequestRulesInnerMatch) GetPattern() string
GetPattern returns the Pattern field if non-nil, zero value otherwise.
func (o *CreateFilterPolicyRequestRulesInnerMatch) GetPatternOk() (*string, bool)
GetPatternOk returns a tuple with the Pattern field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *CreateFilterPolicyRequestRulesInnerMatch) SetPattern(v string)
SetPattern sets Pattern field to given value.
func (o *CreateFilterPolicyRequestRulesInnerMatch) HasPattern() bool
HasPattern returns a boolean if a field has been set.