Name | Type | Description | Notes |
---|---|---|---|
Type | Pointer to ResourceType | [optional] | |
Id | Pointer to string | The unique ID of the resource. | [optional] |
Items | Pointer to []SnapshotResponse | [optional] |
func NewSnapshotListAllOf() *SnapshotListAllOf
NewSnapshotListAllOf instantiates a new SnapshotListAllOf 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 NewSnapshotListAllOfWithDefaults() *SnapshotListAllOf
NewSnapshotListAllOfWithDefaults instantiates a new SnapshotListAllOf 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 *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.