| Name | Type | Description | Notes |
|---|---|---|---|
| Id | Pointer to int32 | [optional] | |
| IntegrationId | Pointer to int32 | [optional] | |
| Name | Pointer to string | [optional] | |
| MatchType | Pointer to string | [optional] | |
| Method | Pointer to string | [optional] | |
| BodyDataType | Pointer to string | [optional] | |
| Key | Pointer to string | [optional] | |
| Value | Pointer to string | [optional] |
func NewIntegrationMatcher() *IntegrationMatcher
NewIntegrationMatcher instantiates a new IntegrationMatcher 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 NewIntegrationMatcherWithDefaults() *IntegrationMatcher
NewIntegrationMatcherWithDefaults instantiates a new IntegrationMatcher 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 *IntegrationMatcher) GetId() int32
GetId returns the Id field if non-nil, zero value otherwise.
func (o *IntegrationMatcher) GetIdOk() (*int32, bool)
GetIdOk returns a tuple with the Id field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *IntegrationMatcher) SetId(v int32)
SetId sets Id field to given value.
func (o *IntegrationMatcher) HasId() bool
HasId returns a boolean if a field has been set.
func (o *IntegrationMatcher) GetIntegrationId() int32
GetIntegrationId returns the IntegrationId field if non-nil, zero value otherwise.
func (o *IntegrationMatcher) GetIntegrationIdOk() (*int32, bool)
GetIntegrationIdOk returns a tuple with the IntegrationId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *IntegrationMatcher) SetIntegrationId(v int32)
SetIntegrationId sets IntegrationId field to given value.
func (o *IntegrationMatcher) HasIntegrationId() bool
HasIntegrationId returns a boolean if a field has been set.
func (o *IntegrationMatcher) GetName() string
GetName returns the Name field if non-nil, zero value otherwise.
func (o *IntegrationMatcher) 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 *IntegrationMatcher) SetName(v string)
SetName sets Name field to given value.
func (o *IntegrationMatcher) HasName() bool
HasName returns a boolean if a field has been set.
func (o *IntegrationMatcher) GetMatchType() string
GetMatchType returns the MatchType field if non-nil, zero value otherwise.
func (o *IntegrationMatcher) GetMatchTypeOk() (*string, bool)
GetMatchTypeOk returns a tuple with the MatchType field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *IntegrationMatcher) SetMatchType(v string)
SetMatchType sets MatchType field to given value.
func (o *IntegrationMatcher) HasMatchType() bool
HasMatchType returns a boolean if a field has been set.
func (o *IntegrationMatcher) GetMethod() string
GetMethod returns the Method field if non-nil, zero value otherwise.
func (o *IntegrationMatcher) GetMethodOk() (*string, bool)
GetMethodOk returns a tuple with the Method field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *IntegrationMatcher) SetMethod(v string)
SetMethod sets Method field to given value.
func (o *IntegrationMatcher) HasMethod() bool
HasMethod returns a boolean if a field has been set.
func (o *IntegrationMatcher) GetBodyDataType() string
GetBodyDataType returns the BodyDataType field if non-nil, zero value otherwise.
func (o *IntegrationMatcher) GetBodyDataTypeOk() (*string, bool)
GetBodyDataTypeOk returns a tuple with the BodyDataType field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *IntegrationMatcher) SetBodyDataType(v string)
SetBodyDataType sets BodyDataType field to given value.
func (o *IntegrationMatcher) HasBodyDataType() bool
HasBodyDataType returns a boolean if a field has been set.
func (o *IntegrationMatcher) GetKey() string
GetKey returns the Key field if non-nil, zero value otherwise.
func (o *IntegrationMatcher) GetKeyOk() (*string, bool)
GetKeyOk returns a tuple with the Key field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *IntegrationMatcher) SetKey(v string)
SetKey sets Key field to given value.
func (o *IntegrationMatcher) HasKey() bool
HasKey returns a boolean if a field has been set.
func (o *IntegrationMatcher) GetValue() string
GetValue returns the Value field if non-nil, zero value otherwise.
func (o *IntegrationMatcher) 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 *IntegrationMatcher) SetValue(v string)
SetValue sets Value field to given value.
func (o *IntegrationMatcher) HasValue() bool
HasValue returns a boolean if a field has been set.