SnapshotListAllOf
Last updated
Last updated
Name | Type | Description | Notes |
---|---|---|---|
func (o *SnapshotListAllOf) GetType() ResourceType
GetType returns the Type field if non-nil, zero value otherwise.
func (o *SnapshotListAllOf) 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 *SnapshotListAllOf) SetType(v ResourceType)
SetType sets Type field to given value.
func (o *SnapshotListAllOf) HasType() bool
HasType returns a boolean if a field has been set.
func (o *SnapshotListAllOf) GetId() string
GetId returns the Id field if non-nil, zero value otherwise.
func (o *SnapshotListAllOf) 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 *SnapshotListAllOf) SetId(v string)
SetId sets Id field to given value.
func (o *SnapshotListAllOf) HasId() bool
HasId returns a boolean if a field has been set.
func (o *SnapshotListAllOf) GetItems() []SnapshotResponse
GetItems returns the Items field if non-nil, zero value otherwise.
func (o *SnapshotListAllOf) GetItemsOk() (*[]SnapshotResponse, bool)
GetItemsOk returns a tuple with the Items field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *SnapshotListAllOf) SetItems(v []SnapshotResponse)
SetItems sets Items field to given value.
func (o *SnapshotListAllOf) HasItems() bool
HasItems 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]
Items
Pointer to []SnapshotResponse
[optional]