ClusterListAllOf
Last updated
Was this helpful?
Id
Pointer to string
The unique ID of the resource.
[optional]
func (o *ClusterListAllOf) GetType() ResourceType
GetType returns the Type field if non-nil, zero value otherwise.
func (o *ClusterListAllOf) 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 *ClusterListAllOf) SetType(v ResourceType)
SetType sets Type field to given value.
func (o *ClusterListAllOf) HasType() bool
HasType returns a boolean if a field has been set.
func (o *ClusterListAllOf) GetId() string
GetId returns the Id field if non-nil, zero value otherwise.
func (o *ClusterListAllOf) 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 *ClusterListAllOf) SetId(v string)
SetId sets Id field to given value.
func (o *ClusterListAllOf) HasId() bool
HasId returns a boolean if a field has been set.
func (o *ClusterListAllOf) GetItems() []ClusterResponse
GetItems returns the Items field if non-nil, zero value otherwise.
func (o *ClusterListAllOf) GetItemsOk() (*[]ClusterResponse, 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 *ClusterListAllOf) SetItems(v []ClusterResponse)
SetItems sets Items field to given value.
func (o *ClusterListAllOf) HasItems() bool
HasItems returns a boolean if a field has been set.
Last updated
Was this helpful?
Was this helpful?