| Name | Type | Description | Notes |
|---|---|---|---|
| Header | Pointer to string | The request header name | [optional] |
| Value | Pointer to string | The request header value | [optional] |
| ExactMatch | Pointer to bool | Whether or not to perform an exact match of the request header and value | [optional] |
func NewConditionHeaderCondition() *ConditionHeaderCondition
NewConditionHeaderCondition instantiates a new ConditionHeaderCondition 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 NewConditionHeaderConditionWithDefaults() *ConditionHeaderCondition
NewConditionHeaderConditionWithDefaults instantiates a new ConditionHeaderCondition 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 *ConditionHeaderCondition) GetHeader() string
GetHeader returns the Header field if non-nil, zero value otherwise.
func (o *ConditionHeaderCondition) GetHeaderOk() (*string, bool)
GetHeaderOk returns a tuple with the Header field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ConditionHeaderCondition) SetHeader(v string)
SetHeader sets Header field to given value.
func (o *ConditionHeaderCondition) HasHeader() bool
HasHeader returns a boolean if a field has been set.
func (o *ConditionHeaderCondition) GetValue() string
GetValue returns the Value field if non-nil, zero value otherwise.
func (o *ConditionHeaderCondition) GetValueOk() (*string, bool)
GetValueOk returns a tuple with the Value field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ConditionHeaderCondition) SetValue(v string)
SetValue sets Value field to given value.
func (o *ConditionHeaderCondition) HasValue() bool
HasValue returns a boolean if a field has been set.
func (o *ConditionHeaderCondition) GetExactMatch() bool
GetExactMatch returns the ExactMatch field if non-nil, zero value otherwise.
func (o *ConditionHeaderCondition) GetExactMatchOk() (*bool, bool)
GetExactMatchOk returns a tuple with the ExactMatch field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ConditionHeaderCondition) SetExactMatch(v bool)
SetExactMatch sets ExactMatch field to given value.
func (o *ConditionHeaderCondition) HasExactMatch() bool
HasExactMatch returns a boolean if a field has been set.