Skip to content

Latest commit

 

History

History
186 lines (101 loc) · 4.99 KB

File metadata and controls

186 lines (101 loc) · 4.99 KB

IntegrationMatcherRequest

Properties

Name Type Description Notes
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

NewIntegrationMatcherRequest

func NewIntegrationMatcherRequest() *IntegrationMatcherRequest

NewIntegrationMatcherRequest instantiates a new IntegrationMatcherRequest 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

NewIntegrationMatcherRequestWithDefaults

func NewIntegrationMatcherRequestWithDefaults() *IntegrationMatcherRequest

NewIntegrationMatcherRequestWithDefaults instantiates a new IntegrationMatcherRequest 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

GetName

func (o *IntegrationMatcherRequest) GetName() string

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

GetNameOk

func (o *IntegrationMatcherRequest) 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 *IntegrationMatcherRequest) SetName(v string)

SetName sets Name field to given value.

HasName

func (o *IntegrationMatcherRequest) HasName() bool

HasName returns a boolean if a field has been set.

GetMatchType

func (o *IntegrationMatcherRequest) GetMatchType() string

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

GetMatchTypeOk

func (o *IntegrationMatcherRequest) 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 *IntegrationMatcherRequest) SetMatchType(v string)

SetMatchType sets MatchType field to given value.

HasMatchType

func (o *IntegrationMatcherRequest) HasMatchType() bool

HasMatchType returns a boolean if a field has been set.

GetMethod

func (o *IntegrationMatcherRequest) GetMethod() string

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

GetMethodOk

func (o *IntegrationMatcherRequest) 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 *IntegrationMatcherRequest) SetMethod(v string)

SetMethod sets Method field to given value.

HasMethod

func (o *IntegrationMatcherRequest) HasMethod() bool

HasMethod returns a boolean if a field has been set.

GetBodyDataType

func (o *IntegrationMatcherRequest) GetBodyDataType() string

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

GetBodyDataTypeOk

func (o *IntegrationMatcherRequest) 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 *IntegrationMatcherRequest) SetBodyDataType(v string)

SetBodyDataType sets BodyDataType field to given value.

HasBodyDataType

func (o *IntegrationMatcherRequest) HasBodyDataType() bool

HasBodyDataType returns a boolean if a field has been set.

GetKey

func (o *IntegrationMatcherRequest) GetKey() string

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

GetKeyOk

func (o *IntegrationMatcherRequest) 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 *IntegrationMatcherRequest) SetKey(v string)

SetKey sets Key field to given value.

HasKey

func (o *IntegrationMatcherRequest) HasKey() bool

HasKey returns a boolean if a field has been set.

GetValue

func (o *IntegrationMatcherRequest) GetValue() string

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

GetValueOk

func (o *IntegrationMatcherRequest) 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 *IntegrationMatcherRequest) SetValue(v string)

SetValue sets Value field to given value.

HasValue

func (o *IntegrationMatcherRequest) HasValue() bool

HasValue returns a boolean if a field has been set.

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