Skip to content

Latest commit

 

History

History
238 lines (129 loc) · 6.04 KB

File metadata and controls

238 lines (129 loc) · 6.04 KB

IntegrationMatcher

Properties

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]

Methods

NewIntegrationMatcher

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

NewIntegrationMatcherWithDefaults

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

GetId

func (o *IntegrationMatcher) GetId() int32

GetId returns the Id field if non-nil, zero value otherwise.

GetIdOk

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.

SetId

func (o *IntegrationMatcher) SetId(v int32)

SetId sets Id field to given value.

HasId

func (o *IntegrationMatcher) HasId() bool

HasId returns a boolean if a field has been set.

GetIntegrationId

func (o *IntegrationMatcher) GetIntegrationId() int32

GetIntegrationId returns the IntegrationId field if non-nil, zero value otherwise.

GetIntegrationIdOk

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.

SetIntegrationId

func (o *IntegrationMatcher) SetIntegrationId(v int32)

SetIntegrationId sets IntegrationId field to given value.

HasIntegrationId

func (o *IntegrationMatcher) HasIntegrationId() bool

HasIntegrationId returns a boolean if a field has been set.

GetName

func (o *IntegrationMatcher) GetName() string

GetName returns the Name field if non-nil, zero value otherwise.

GetNameOk

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.

SetName

func (o *IntegrationMatcher) SetName(v string)

SetName sets Name field to given value.

HasName

func (o *IntegrationMatcher) HasName() bool

HasName returns a boolean if a field has been set.

GetMatchType

func (o *IntegrationMatcher) GetMatchType() string

GetMatchType returns the MatchType field if non-nil, zero value otherwise.

GetMatchTypeOk

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.

SetMatchType

func (o *IntegrationMatcher) SetMatchType(v string)

SetMatchType sets MatchType field to given value.

HasMatchType

func (o *IntegrationMatcher) HasMatchType() bool

HasMatchType returns a boolean if a field has been set.

GetMethod

func (o *IntegrationMatcher) GetMethod() string

GetMethod returns the Method field if non-nil, zero value otherwise.

GetMethodOk

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.

SetMethod

func (o *IntegrationMatcher) SetMethod(v string)

SetMethod sets Method field to given value.

HasMethod

func (o *IntegrationMatcher) HasMethod() bool

HasMethod returns a boolean if a field has been set.

GetBodyDataType

func (o *IntegrationMatcher) GetBodyDataType() string

GetBodyDataType returns the BodyDataType field if non-nil, zero value otherwise.

GetBodyDataTypeOk

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.

SetBodyDataType

func (o *IntegrationMatcher) SetBodyDataType(v string)

SetBodyDataType sets BodyDataType field to given value.

HasBodyDataType

func (o *IntegrationMatcher) HasBodyDataType() bool

HasBodyDataType returns a boolean if a field has been set.

GetKey

func (o *IntegrationMatcher) GetKey() string

GetKey returns the Key field if non-nil, zero value otherwise.

GetKeyOk

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.

SetKey

func (o *IntegrationMatcher) SetKey(v string)

SetKey sets Key field to given value.

HasKey

func (o *IntegrationMatcher) HasKey() bool

HasKey returns a boolean if a field has been set.

GetValue

func (o *IntegrationMatcher) GetValue() string

GetValue returns the Value field if non-nil, zero value otherwise.

GetValueOk

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.

SetValue

func (o *IntegrationMatcher) SetValue(v string)

SetValue sets Value field to given value.

HasValue

func (o *IntegrationMatcher) HasValue() bool

HasValue returns a boolean if a field has been set.

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