Skip to content

Latest commit

 

History

History
160 lines (87 loc) · 4.58 KB

File metadata and controls

160 lines (87 loc) · 4.58 KB

IntegrationExtractValueRequest

Properties

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]

Methods

NewIntegrationExtractValueRequest

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

NewIntegrationExtractValueRequestWithDefaults

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

GetName

func (o *IntegrationExtractValueRequest) GetName() string

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

GetNameOk

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.

SetName

func (o *IntegrationExtractValueRequest) SetName(v string)

SetName sets Name field to given value.

HasName

func (o *IntegrationExtractValueRequest) HasName() bool

HasName returns a boolean if a field has been set.

GetValueSource

func (o *IntegrationExtractValueRequest) GetValueSource() string

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

GetValueSourceOk

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.

SetValueSource

func (o *IntegrationExtractValueRequest) SetValueSource(v string)

SetValueSource sets ValueSource field to given value.

HasValueSource

func (o *IntegrationExtractValueRequest) HasValueSource() bool

HasValueSource returns a boolean if a field has been set.

GetBodyDataType

func (o *IntegrationExtractValueRequest) GetBodyDataType() string

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

GetBodyDataTypeOk

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.

SetBodyDataType

func (o *IntegrationExtractValueRequest) SetBodyDataType(v string)

SetBodyDataType sets BodyDataType field to given value.

HasBodyDataType

func (o *IntegrationExtractValueRequest) HasBodyDataType() bool

HasBodyDataType returns a boolean if a field has been set.

GetKey

func (o *IntegrationExtractValueRequest) GetKey() string

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

GetKeyOk

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.

SetKey

func (o *IntegrationExtractValueRequest) SetKey(v string)

SetKey sets Key field to given value.

HasKey

func (o *IntegrationExtractValueRequest) HasKey() bool

HasKey returns a boolean if a field has been set.

GetVariable

func (o *IntegrationExtractValueRequest) GetVariable() string

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

GetVariableOk

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.

SetVariable

func (o *IntegrationExtractValueRequest) SetVariable(v string)

SetVariable sets Variable field to given value.

HasVariable

func (o *IntegrationExtractValueRequest) HasVariable() bool

HasVariable returns a boolean if a field has been set.

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