| Name | Type | Description | Notes |
|---|---|---|---|
| Tags | Pointer to []string | A facet of the incoming request to match against | [optional] |
func NewConditionTagCondition() *ConditionTagCondition
NewConditionTagCondition instantiates a new ConditionTagCondition 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 NewConditionTagConditionWithDefaults() *ConditionTagCondition
NewConditionTagConditionWithDefaults instantiates a new ConditionTagCondition 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 *ConditionTagCondition) GetTags() []string
GetTags returns the Tags field if non-nil, zero value otherwise.
func (o *ConditionTagCondition) GetTagsOk() (*[]string, bool)
GetTagsOk returns a tuple with the Tags field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ConditionTagCondition) SetTags(v []string)
SetTags sets Tags field to given value.
func (o *ConditionTagCondition) HasTags() bool
HasTags returns a boolean if a field has been set.