RestoreReadList
Last updated
Last updated
Name | Type | Description | Notes |
---|---|---|---|
func NewRestoreReadList(id string, type_ string, href string, offset int32, limit int32, links Links, ) *RestoreReadList
NewRestoreReadList instantiates a new RestoreReadList 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 NewRestoreReadListWithDefaults() *RestoreReadList
NewRestoreReadListWithDefaults instantiates a new RestoreReadList 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 *RestoreReadList) GetId() string
GetId returns the Id field if non-nil, zero value otherwise.
func (o *RestoreReadList) 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 *RestoreReadList) SetId(v string)
SetId sets Id field to given value.
func (o *RestoreReadList) GetType() string
GetType returns the Type field if non-nil, zero value otherwise.
func (o *RestoreReadList) 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 *RestoreReadList) SetType(v string)
SetType sets Type field to given value.
func (o *RestoreReadList) GetHref() string
GetHref returns the Href field if non-nil, zero value otherwise.
func (o *RestoreReadList) 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 *RestoreReadList) SetHref(v string)
SetHref sets Href field to given value.
func (o *RestoreReadList) GetItems() []RestoreRead
GetItems returns the Items field if non-nil, zero value otherwise.
func (o *RestoreReadList) GetItemsOk() (*[]RestoreRead, 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 *RestoreReadList) SetItems(v []RestoreRead)
SetItems sets Items field to given value.
func (o *RestoreReadList) HasItems() bool
HasItems returns a boolean if a field has been set.
func (o *RestoreReadList) GetOffset() int32
GetOffset returns the Offset field if non-nil, zero value otherwise.
func (o *RestoreReadList) GetOffsetOk() (*int32, bool)
GetOffsetOk returns a tuple with the Offset field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *RestoreReadList) SetOffset(v int32)
SetOffset sets Offset field to given value.
func (o *RestoreReadList) GetLimit() int32
GetLimit returns the Limit field if non-nil, zero value otherwise.
func (o *RestoreReadList) GetLimitOk() (*int32, bool)
GetLimitOk returns a tuple with the Limit field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *RestoreReadList) SetLimit(v int32)
SetLimit sets Limit field to given value.
func (o *RestoreReadList) GetLinks() Links
GetLinks returns the Links field if non-nil, zero value otherwise.
func (o *RestoreReadList) GetLinksOk() (*Links, bool)
GetLinksOk returns a tuple with the Links field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *RestoreReadList) SetLinks(v Links)
SetLinks sets Links field to given value.
Id
string
ID of the list of Restore resources.
Type
string
The type of the resource.
Href
string
The URL of the list of Restore resources.
Items
Pointer to []RestoreRead
The list of Restore resources.
[optional]
Offset
int32
The offset specified in the request (if none was specified, the default offset is 0).
[readonly]
Limit
int32
The limit specified in the request (if none was specified, use the endpoint's default pagination limit).
[readonly]
Links