Name | Type | Description | Notes |
---|---|---|---|
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] |
func NewSnapshotProperties() *SnapshotProperties
NewSnapshotProperties instantiates a new SnapshotProperties 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 NewSnapshotPropertiesWithDefaults() *SnapshotProperties
NewSnapshotPropertiesWithDefaults instantiates a new SnapshotProperties 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 *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.