SnapshotProperties
Last updated
Last updated
Properties of a snapshot.
Name | Type | Description | Notes |
---|---|---|---|
func (o *SnapshotProperties) GetVersion() string
GetVersion returns the Version field if non-nil, zero value otherwise.
func (o *SnapshotProperties) GetVersionOk() (*string, bool)
GetVersionOk returns a tuple with the Version field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *SnapshotProperties) SetVersion(v string)
SetVersion sets Version field to given value.
func (o *SnapshotProperties) HasVersion() bool
HasVersion returns a boolean if a field has been set.
func (o *SnapshotProperties) GetSize() int32
GetSize returns the Size field if non-nil, zero value otherwise.
func (o *SnapshotProperties) GetSizeOk() (*int32, bool)
GetSizeOk returns a tuple with the Size field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *SnapshotProperties) SetSize(v int32)
SetSize sets Size field to given value.
func (o *SnapshotProperties) HasSize() bool
HasSize returns a boolean if a field has been set.
func (o *SnapshotProperties) GetCreationTime() time.Time
GetCreationTime returns the CreationTime field if non-nil, zero value otherwise.
func (o *SnapshotProperties) GetCreationTimeOk() (*time.Time, bool)
GetCreationTimeOk returns a tuple with the CreationTime field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *SnapshotProperties) SetCreationTime(v time.Time)
SetCreationTime sets CreationTime field to given value.
func (o *SnapshotProperties) HasCreationTime() bool
HasCreationTime returns a boolean if a field has been set.
Version
Pointer to string
The MongoDB version this backup was created from.
[optional]
Size
Pointer to int32
The size of the snapshot in Mebibytes.
[optional]
CreationTime
Pointer to time.Time
The date the resource was created.
[optional]