| 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] |
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
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
func (o *IntegrationExtractValue) GetId() int32
GetId returns the Id field if non-nil, zero value otherwise.
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.
func (o *IntegrationExtractValue) SetId(v int32)
SetId sets Id field to given value.
func (o *IntegrationExtractValue) HasId() bool
HasId returns a boolean if a field has been set.
func (o *IntegrationExtractValue) GetName() string
GetName returns the Name field if non-nil, zero value otherwise.
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.
func (o *IntegrationExtractValue) SetName(v string)
SetName sets Name field to given value.
func (o *IntegrationExtractValue) HasName() bool
HasName returns a boolean if a field has been set.
func (o *IntegrationExtractValue) GetValueSource() string
GetValueSource returns the ValueSource field if non-nil, zero value otherwise.
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.
func (o *IntegrationExtractValue) SetValueSource(v string)
SetValueSource sets ValueSource field to given value.
func (o *IntegrationExtractValue) HasValueSource() bool
HasValueSource returns a boolean if a field has been set.
func (o *IntegrationExtractValue) GetBodyDataType() string
GetBodyDataType returns the BodyDataType field if non-nil, zero value otherwise.
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.
func (o *IntegrationExtractValue) SetBodyDataType(v string)
SetBodyDataType sets BodyDataType field to given value.
func (o *IntegrationExtractValue) HasBodyDataType() bool
HasBodyDataType returns a boolean if a field has been set.
func (o *IntegrationExtractValue) GetKey() string
GetKey returns the Key field if non-nil, zero value otherwise.
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.
func (o *IntegrationExtractValue) SetKey(v string)
SetKey sets Key field to given value.
func (o *IntegrationExtractValue) HasKey() bool
HasKey returns a boolean if a field has been set.
func (o *IntegrationExtractValue) GetVariable() string
GetVariable returns the Variable field if non-nil, zero value otherwise.
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.
func (o *IntegrationExtractValue) SetVariable(v string)
SetVariable sets Variable field to given value.
func (o *IntegrationExtractValue) HasVariable() bool
HasVariable returns a boolean if a field has been set.
func (o *IntegrationExtractValue) GetIntegrationId() int32
GetIntegrationId returns the IntegrationId field if non-nil, zero value otherwise.
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.
func (o *IntegrationExtractValue) SetIntegrationId(v int32)
SetIntegrationId sets IntegrationId field to given value.
func (o *IntegrationExtractValue) HasIntegrationId() bool
HasIntegrationId returns a boolean if a field has been set.