Skip to content

Latest commit

 

History

History
51 lines (28 loc) · 1.99 KB

ProvisionVDBByTimestampParametersAllOf.md

File metadata and controls

51 lines (28 loc) · 1.99 KB

ProvisionVDBByTimestampParametersAllOf

Properties

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.

Methods

NewProvisionVDBByTimestampParametersAllOf

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

NewProvisionVDBByTimestampParametersAllOfWithDefaults

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

GetSourceDataId

func (o *ProvisionVDBByTimestampParametersAllOf) GetSourceDataId() string

GetSourceDataId returns the SourceDataId field if non-nil, zero value otherwise.

GetSourceDataIdOk

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.

SetSourceDataId

func (o *ProvisionVDBByTimestampParametersAllOf) SetSourceDataId(v string)

SetSourceDataId sets SourceDataId field to given value.

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