SnapshotResponse
Last updated
Last updated
A database snapshot.
Name | Type | Description | Notes |
---|---|---|---|
func (o *SnapshotResponse) GetType() ResourceType
GetType returns the Type field if non-nil, zero value otherwise.
func (o *SnapshotResponse) GetTypeOk() (*ResourceType, bool)
GetTypeOk returns a tuple with the Type field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *SnapshotResponse) SetType(v ResourceType)
SetType sets Type field to given value.
func (o *SnapshotResponse) HasType() bool
HasType returns a boolean if a field has been set.
func (o *SnapshotResponse) GetId() string
GetId returns the Id field if non-nil, zero value otherwise.
func (o *SnapshotResponse) GetIdOk() (*string, bool)
GetIdOk returns a tuple with the Id field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *SnapshotResponse) SetId(v string)
SetId sets Id field to given value.
func (o *SnapshotResponse) HasId() bool
HasId returns a boolean if a field has been set.
func (o *SnapshotResponse) GetProperties() SnapshotProperties
GetProperties returns the Properties field if non-nil, zero value otherwise.
func (o *SnapshotResponse) GetPropertiesOk() (*SnapshotProperties, bool)
GetPropertiesOk returns a tuple with the Properties field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *SnapshotResponse) SetProperties(v SnapshotProperties)
SetProperties sets Properties field to given value.
func (o *SnapshotResponse) HasProperties() bool
HasProperties returns a boolean if a field has been set.
Type
Pointer to ResourceType
[optional]
Id
Pointer to string
The unique ID of the resource.
[optional]
Properties
Pointer to SnapshotProperties
[optional]