SnapshotRead
Last updated
Last updated
Name | Type | Description | Notes |
---|---|---|---|
func NewSnapshotRead(id string, type_ string, href string, metadata SnapshotMetadata, properties map[string]interface{}, ) *SnapshotRead
NewSnapshotRead instantiates a new SnapshotRead 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 NewSnapshotReadWithDefaults() *SnapshotRead
NewSnapshotReadWithDefaults instantiates a new SnapshotRead 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 *SnapshotRead) GetId() string
GetId returns the Id field if non-nil, zero value otherwise.
func (o *SnapshotRead) 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 *SnapshotRead) SetId(v string)
SetId sets Id field to given value.
func (o *SnapshotRead) GetType() string
GetType returns the Type field if non-nil, zero value otherwise.
func (o *SnapshotRead) GetTypeOk() (*string, 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 *SnapshotRead) SetType(v string)
SetType sets Type field to given value.
func (o *SnapshotRead) GetHref() string
GetHref returns the Href field if non-nil, zero value otherwise.
func (o *SnapshotRead) GetHrefOk() (*string, bool)
GetHrefOk returns a tuple with the Href field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *SnapshotRead) SetHref(v string)
SetHref sets Href field to given value.
func (o *SnapshotRead) GetMetadata() SnapshotMetadata
GetMetadata returns the Metadata field if non-nil, zero value otherwise.
func (o *SnapshotRead) GetMetadataOk() (*SnapshotMetadata, bool)
GetMetadataOk returns a tuple with the Metadata field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *SnapshotRead) SetMetadata(v SnapshotMetadata)
SetMetadata sets Metadata field to given value.
func (o *SnapshotRead) GetProperties() map[string]interface{}
GetProperties returns the Properties field if non-nil, zero value otherwise.
func (o *SnapshotRead) GetPropertiesOk() (*map[string]interface{}, 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 *SnapshotRead) SetProperties(v map[string]interface{})
SetProperties sets Properties field to given value.
Id
string
The ID (UUID) of the Snapshot.
Type
string
The type of the resource.
Href
string
The URL of the Snapshot.
Metadata
Properties
map[string]interface{}
A point in time snapshot of a In-Memory DB replica set.