Name | Type | Description | Notes |
---|---|---|---|
SourceDataId | string | The ID of the source object (dSource or VDB) to provision from. All other objects referenced by the parameters must live on the same engine as the source. |
func NewProvisionVDBByTimestampParametersAllOf(sourceDataId string, ) *ProvisionVDBByTimestampParametersAllOf
NewProvisionVDBByTimestampParametersAllOf instantiates a new ProvisionVDBByTimestampParametersAllOf 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 NewProvisionVDBByTimestampParametersAllOfWithDefaults() *ProvisionVDBByTimestampParametersAllOf
NewProvisionVDBByTimestampParametersAllOfWithDefaults instantiates a new ProvisionVDBByTimestampParametersAllOf 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 *ProvisionVDBByTimestampParametersAllOf) GetSourceDataId() string
GetSourceDataId returns the SourceDataId field if non-nil, zero value otherwise.
func (o *ProvisionVDBByTimestampParametersAllOf) GetSourceDataIdOk() (*string, bool)
GetSourceDataIdOk returns a tuple with the SourceDataId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ProvisionVDBByTimestampParametersAllOf) SetSourceDataId(v string)
SetSourceDataId sets SourceDataId field to given value.