RegistriesResponse
Last updated
Last updated
Name | Type | Description | Notes |
---|---|---|---|
func NewRegistriesResponse(links PaginationLinks, pagination RegistryPagination, ) *RegistriesResponse
NewRegistriesResponse instantiates a new RegistriesResponse 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 NewRegistriesResponseWithDefaults() *RegistriesResponse
NewRegistriesResponseWithDefaults instantiates a new RegistriesResponse 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 *RegistriesResponse) GetLinks() PaginationLinks
GetLinks returns the Links field if non-nil, zero value otherwise.
func (o *RegistriesResponse) GetLinksOk() (*PaginationLinks, 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 *RegistriesResponse) SetLinks(v PaginationLinks)
SetLinks sets Links field to given value.
func (o *RegistriesResponse) GetHref() string
GetHref returns the Href field if non-nil, zero value otherwise.
func (o *RegistriesResponse) 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 *RegistriesResponse) SetHref(v string)
SetHref sets Href field to given value.
func (o *RegistriesResponse) HasHref() bool
HasHref returns a boolean if a field has been set.
func (o *RegistriesResponse) GetId() string
GetId returns the Id field if non-nil, zero value otherwise.
func (o *RegistriesResponse) 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 *RegistriesResponse) SetId(v string)
SetId sets Id field to given value.
func (o *RegistriesResponse) HasId() bool
HasId returns a boolean if a field has been set.
func (o *RegistriesResponse) GetItems() []RegistryResponse
GetItems returns the Items field if non-nil, zero value otherwise.
func (o *RegistriesResponse) GetItemsOk() (*[]RegistryResponse, 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 *RegistriesResponse) SetItems(v []RegistryResponse)
SetItems sets Items field to given value.
func (o *RegistriesResponse) HasItems() bool
HasItems returns a boolean if a field has been set.
func (o *RegistriesResponse) SetItemsNil(b bool)
SetItemsNil sets the value for Items to be an explicit nil
func (o *RegistriesResponse) UnsetItems()
UnsetItems ensures that no value is present for Items, not even an explicit nil
func (o *RegistriesResponse) GetPagination() RegistryPagination
GetPagination returns the Pagination field if non-nil, zero value otherwise.
func (o *RegistriesResponse) GetPaginationOk() (*RegistryPagination, bool)
GetPaginationOk returns a tuple with the Pagination field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *RegistriesResponse) SetPagination(v RegistryPagination)
SetPagination sets Pagination field to given value.
func (o *RegistriesResponse) GetType() string
GetType returns the Type field if non-nil, zero value otherwise.
func (o *RegistriesResponse) 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 *RegistriesResponse) SetType(v string)
SetType sets Type field to given value.
func (o *RegistriesResponse) HasType() bool
HasType returns a boolean if a field has been set.
Links
Href
Pointer to string
[optional]
Id
Pointer to string
[optional]
Items
Pointer to []RegistryResponse
[optional]
Pagination
Type
Pointer to string
[optional]