func NewSnapshots() *Snapshots
func NewSnapshotsWithDefaults() *Snapshots
func (o *Snapshots) GetId() string
func (o *Snapshots) GetIdOk() (*string, bool)
func (o *Snapshots) SetId(v string)
func (o *Snapshots) HasId() bool
func (o *Snapshots) GetType() Type
func (o *Snapshots) GetTypeOk() (*Type, bool)
func (o *Snapshots) SetType(v Type)
func (o *Snapshots) HasType() bool
func (o *Snapshots) GetHref() string
func (o *Snapshots) GetHrefOk() (*string, bool)
func (o *Snapshots) SetHref(v string)
func (o *Snapshots) HasHref() bool
func (o *Snapshots) GetItems() []Snapshot
func (o *Snapshots) GetItemsOk() (*[]Snapshot, bool)
func (o *Snapshots) SetItems(v []Snapshot)
func (o *Snapshots) HasItems() bool