| Name | Type | Description | Notes |
|---|---|---|---|
| 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] |
func NewIntegrationExtractValueRequest() *IntegrationExtractValueRequest
NewIntegrationExtractValueRequest instantiates a new IntegrationExtractValueRequest 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 NewIntegrationExtractValueRequestWithDefaults() *IntegrationExtractValueRequest
NewIntegrationExtractValueRequestWithDefaults instantiates a new IntegrationExtractValueRequest 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 *IntegrationExtractValueRequest) GetName() string
GetName returns the Name field if non-nil, zero value otherwise.
func (o *IntegrationExtractValueRequest) 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 *IntegrationExtractValueRequest) SetName(v string)
SetName sets Name field to given value.
func (o *IntegrationExtractValueRequest) HasName() bool
HasName returns a boolean if a field has been set.
func (o *IntegrationExtractValueRequest) GetValueSource() string
GetValueSource returns the ValueSource field if non-nil, zero value otherwise.
func (o *IntegrationExtractValueRequest) 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 *IntegrationExtractValueRequest) SetValueSource(v string)
SetValueSource sets ValueSource field to given value.
func (o *IntegrationExtractValueRequest) HasValueSource() bool
HasValueSource returns a boolean if a field has been set.
func (o *IntegrationExtractValueRequest) GetBodyDataType() string
GetBodyDataType returns the BodyDataType field if non-nil, zero value otherwise.
func (o *IntegrationExtractValueRequest) 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 *IntegrationExtractValueRequest) SetBodyDataType(v string)
SetBodyDataType sets BodyDataType field to given value.
func (o *IntegrationExtractValueRequest) HasBodyDataType() bool
HasBodyDataType returns a boolean if a field has been set.
func (o *IntegrationExtractValueRequest) GetKey() string
GetKey returns the Key field if non-nil, zero value otherwise.
func (o *IntegrationExtractValueRequest) 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 *IntegrationExtractValueRequest) SetKey(v string)
SetKey sets Key field to given value.
func (o *IntegrationExtractValueRequest) HasKey() bool
HasKey returns a boolean if a field has been set.
func (o *IntegrationExtractValueRequest) GetVariable() string
GetVariable returns the Variable field if non-nil, zero value otherwise.
func (o *IntegrationExtractValueRequest) 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 *IntegrationExtractValueRequest) SetVariable(v string)
SetVariable sets Variable field to given value.
func (o *IntegrationExtractValueRequest) HasVariable() bool
HasVariable returns a boolean if a field has been set.