Skip to content

Latest commit

 

History

History
212 lines (115 loc) · 5.68 KB

File metadata and controls

212 lines (115 loc) · 5.68 KB

IntegrationExtractValue

Properties

Name Type Description Notes
Id Pointer to int32 [optional]
Name Pointer to string [optional]
ValueSource Pointer to string [optional]
BodyDataType Pointer to string [optional]
Key Pointer to string [optional]
Variable Pointer to string [optional]
IntegrationId Pointer to int32 [optional]

Methods

NewIntegrationExtractValue

func NewIntegrationExtractValue() *IntegrationExtractValue

NewIntegrationExtractValue instantiates a new IntegrationExtractValue 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

NewIntegrationExtractValueWithDefaults

func NewIntegrationExtractValueWithDefaults() *IntegrationExtractValue

NewIntegrationExtractValueWithDefaults instantiates a new IntegrationExtractValue 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 *IntegrationExtractValue) GetId() int32

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

GetIdOk

func (o *IntegrationExtractValue) 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 *IntegrationExtractValue) SetId(v int32)

SetId sets Id field to given value.

HasId

func (o *IntegrationExtractValue) HasId() bool

HasId returns a boolean if a field has been set.

GetName

func (o *IntegrationExtractValue) GetName() string

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

GetNameOk

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

SetName sets Name field to given value.

HasName

func (o *IntegrationExtractValue) HasName() bool

HasName returns a boolean if a field has been set.

GetValueSource

func (o *IntegrationExtractValue) GetValueSource() string

GetValueSource returns the ValueSource field if non-nil, zero value otherwise.

GetValueSourceOk

func (o *IntegrationExtractValue) GetValueSourceOk() (*string, bool)

GetValueSourceOk returns a tuple with the ValueSource field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetValueSource

func (o *IntegrationExtractValue) SetValueSource(v string)

SetValueSource sets ValueSource field to given value.

HasValueSource

func (o *IntegrationExtractValue) HasValueSource() bool

HasValueSource returns a boolean if a field has been set.

GetBodyDataType

func (o *IntegrationExtractValue) GetBodyDataType() string

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

GetBodyDataTypeOk

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

SetBodyDataType sets BodyDataType field to given value.

HasBodyDataType

func (o *IntegrationExtractValue) HasBodyDataType() bool

HasBodyDataType returns a boolean if a field has been set.

GetKey

func (o *IntegrationExtractValue) GetKey() string

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

GetKeyOk

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

SetKey sets Key field to given value.

HasKey

func (o *IntegrationExtractValue) HasKey() bool

HasKey returns a boolean if a field has been set.

GetVariable

func (o *IntegrationExtractValue) GetVariable() string

GetVariable returns the Variable field if non-nil, zero value otherwise.

GetVariableOk

func (o *IntegrationExtractValue) GetVariableOk() (*string, bool)

GetVariableOk returns a tuple with the Variable field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetVariable

func (o *IntegrationExtractValue) SetVariable(v string)

SetVariable sets Variable field to given value.

HasVariable

func (o *IntegrationExtractValue) HasVariable() bool

HasVariable returns a boolean if a field has been set.

GetIntegrationId

func (o *IntegrationExtractValue) GetIntegrationId() int32

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

GetIntegrationIdOk

func (o *IntegrationExtractValue) 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 *IntegrationExtractValue) SetIntegrationId(v int32)

SetIntegrationId sets IntegrationId field to given value.

HasIntegrationId

func (o *IntegrationExtractValue) HasIntegrationId() bool

HasIntegrationId returns a boolean if a field has been set.

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