Skip to content

Latest commit

 

History

History
108 lines (59 loc) · 3.39 KB

File metadata and controls

108 lines (59 loc) · 3.39 KB

CreateFilterPolicyRequestRulesInnerMatch

Properties

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]

Methods

NewCreateFilterPolicyRequestRulesInnerMatch

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

NewCreateFilterPolicyRequestRulesInnerMatchWithDefaults

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

GetType

func (o *CreateFilterPolicyRequestRulesInnerMatch) GetType() string

GetType returns the Type field if non-nil, zero value otherwise.

GetTypeOk

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.

SetType

func (o *CreateFilterPolicyRequestRulesInnerMatch) SetType(v string)

SetType sets Type field to given value.

HasType

func (o *CreateFilterPolicyRequestRulesInnerMatch) HasType() bool

HasType returns a boolean if a field has been set.

GetValues

func (o *CreateFilterPolicyRequestRulesInnerMatch) GetValues() []string

GetValues returns the Values field if non-nil, zero value otherwise.

GetValuesOk

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.

SetValues

func (o *CreateFilterPolicyRequestRulesInnerMatch) SetValues(v []string)

SetValues sets Values field to given value.

HasValues

func (o *CreateFilterPolicyRequestRulesInnerMatch) HasValues() bool

HasValues returns a boolean if a field has been set.

GetPattern

func (o *CreateFilterPolicyRequestRulesInnerMatch) GetPattern() string

GetPattern returns the Pattern field if non-nil, zero value otherwise.

GetPatternOk

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.

SetPattern

func (o *CreateFilterPolicyRequestRulesInnerMatch) SetPattern(v string)

SetPattern sets Pattern field to given value.

HasPattern

func (o *CreateFilterPolicyRequestRulesInnerMatch) HasPattern() bool

HasPattern returns a boolean if a field has been set.

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