Name | Type | Description | Notes |
---|---|---|---|
Description | Pointer to string | [optional] | |
DesiredState | Pointer to DesiredState | [optional] | |
Frequency | Pointer to PipelineFrequency | [optional] | |
Name | Pointer to string | [optional] | |
PartPer | Pointer to string | [optional] | |
SourceQuery | Pointer to string | [optional] | |
SourceSchema | Pointer to string | [optional] | |
SourceTable | Pointer to string | [optional] |
func NewUpdateDatatankTableRequest() *UpdateDatatankTableRequest
NewUpdateDatatankTableRequest instantiates a new UpdateDatatankTableRequest 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 NewUpdateDatatankTableRequestWithDefaults() *UpdateDatatankTableRequest
NewUpdateDatatankTableRequestWithDefaults instantiates a new UpdateDatatankTableRequest 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 *UpdateDatatankTableRequest) GetDescription() string
GetDescription returns the Description field if non-nil, zero value otherwise.
func (o *UpdateDatatankTableRequest) GetDescriptionOk() (*string, bool)
GetDescriptionOk returns a tuple with the Description field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *UpdateDatatankTableRequest) SetDescription(v string)
SetDescription sets Description field to given value.
func (o *UpdateDatatankTableRequest) HasDescription() bool
HasDescription returns a boolean if a field has been set.
func (o *UpdateDatatankTableRequest) GetDesiredState() DesiredState
GetDesiredState returns the DesiredState field if non-nil, zero value otherwise.
func (o *UpdateDatatankTableRequest) GetDesiredStateOk() (*DesiredState, bool)
GetDesiredStateOk returns a tuple with the DesiredState field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *UpdateDatatankTableRequest) SetDesiredState(v DesiredState)
SetDesiredState sets DesiredState field to given value.
func (o *UpdateDatatankTableRequest) HasDesiredState() bool
HasDesiredState returns a boolean if a field has been set.
func (o *UpdateDatatankTableRequest) GetFrequency() PipelineFrequency
GetFrequency returns the Frequency field if non-nil, zero value otherwise.
func (o *UpdateDatatankTableRequest) GetFrequencyOk() (*PipelineFrequency, bool)
GetFrequencyOk returns a tuple with the Frequency field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *UpdateDatatankTableRequest) SetFrequency(v PipelineFrequency)
SetFrequency sets Frequency field to given value.
func (o *UpdateDatatankTableRequest) HasFrequency() bool
HasFrequency returns a boolean if a field has been set.
func (o *UpdateDatatankTableRequest) GetName() string
GetName returns the Name field if non-nil, zero value otherwise.
func (o *UpdateDatatankTableRequest) 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 *UpdateDatatankTableRequest) SetName(v string)
SetName sets Name field to given value.
func (o *UpdateDatatankTableRequest) HasName() bool
HasName returns a boolean if a field has been set.
func (o *UpdateDatatankTableRequest) GetPartPer() string
GetPartPer returns the PartPer field if non-nil, zero value otherwise.
func (o *UpdateDatatankTableRequest) GetPartPerOk() (*string, bool)
GetPartPerOk returns a tuple with the PartPer field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *UpdateDatatankTableRequest) SetPartPer(v string)
SetPartPer sets PartPer field to given value.
func (o *UpdateDatatankTableRequest) HasPartPer() bool
HasPartPer returns a boolean if a field has been set.
func (o *UpdateDatatankTableRequest) GetSourceQuery() string
GetSourceQuery returns the SourceQuery field if non-nil, zero value otherwise.
func (o *UpdateDatatankTableRequest) GetSourceQueryOk() (*string, bool)
GetSourceQueryOk returns a tuple with the SourceQuery field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *UpdateDatatankTableRequest) SetSourceQuery(v string)
SetSourceQuery sets SourceQuery field to given value.
func (o *UpdateDatatankTableRequest) HasSourceQuery() bool
HasSourceQuery returns a boolean if a field has been set.
func (o *UpdateDatatankTableRequest) GetSourceSchema() string
GetSourceSchema returns the SourceSchema field if non-nil, zero value otherwise.
func (o *UpdateDatatankTableRequest) GetSourceSchemaOk() (*string, bool)
GetSourceSchemaOk returns a tuple with the SourceSchema field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *UpdateDatatankTableRequest) SetSourceSchema(v string)
SetSourceSchema sets SourceSchema field to given value.
func (o *UpdateDatatankTableRequest) HasSourceSchema() bool
HasSourceSchema returns a boolean if a field has been set.
func (o *UpdateDatatankTableRequest) GetSourceTable() string
GetSourceTable returns the SourceTable field if non-nil, zero value otherwise.
func (o *UpdateDatatankTableRequest) GetSourceTableOk() (*string, bool)
GetSourceTableOk returns a tuple with the SourceTable field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *UpdateDatatankTableRequest) SetSourceTable(v string)
SetSourceTable sets SourceTable field to given value.
func (o *UpdateDatatankTableRequest) HasSourceTable() bool
HasSourceTable returns a boolean if a field has been set.