Name | Type | Description | Notes |
---|---|---|---|
Items | []ImageDefinitionsAndImageVersionsResponseModel | List of items. | |
ContinuationToken | Pointer to NullableString | If present, indicates to the caller that the query was not complete, and they should call the API again specifying the continuation token as a query parameter. | [optional] |
TotalItems | Pointer to NullableInt32 | Indicates the total number of items in the collection, which may be more than the number of Items returned, if there is a ContinuationToken. Only returned in the response to `$search` APIs. | [optional] |
func NewCollectionModelOfImageDefinitionsAndImageVersionsResponseModel(items []ImageDefinitionsAndImageVersionsResponseModel, ) *CollectionModelOfImageDefinitionsAndImageVersionsResponseModel
NewCollectionModelOfImageDefinitionsAndImageVersionsResponseModel instantiates a new CollectionModelOfImageDefinitionsAndImageVersionsResponseModel 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 NewCollectionModelOfImageDefinitionsAndImageVersionsResponseModelWithDefaults() *CollectionModelOfImageDefinitionsAndImageVersionsResponseModel
NewCollectionModelOfImageDefinitionsAndImageVersionsResponseModelWithDefaults instantiates a new CollectionModelOfImageDefinitionsAndImageVersionsResponseModel 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 *CollectionModelOfImageDefinitionsAndImageVersionsResponseModel) GetItems() []ImageDefinitionsAndImageVersionsResponseModel
GetItems returns the Items field if non-nil, zero value otherwise.
func (o *CollectionModelOfImageDefinitionsAndImageVersionsResponseModel) GetItemsOk() (*[]ImageDefinitionsAndImageVersionsResponseModel, 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 *CollectionModelOfImageDefinitionsAndImageVersionsResponseModel) SetItems(v []ImageDefinitionsAndImageVersionsResponseModel)
SetItems sets Items field to given value.
func (o *CollectionModelOfImageDefinitionsAndImageVersionsResponseModel) GetContinuationToken() string
GetContinuationToken returns the ContinuationToken field if non-nil, zero value otherwise.
func (o *CollectionModelOfImageDefinitionsAndImageVersionsResponseModel) GetContinuationTokenOk() (*string, bool)
GetContinuationTokenOk returns a tuple with the ContinuationToken field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *CollectionModelOfImageDefinitionsAndImageVersionsResponseModel) SetContinuationToken(v string)
SetContinuationToken sets ContinuationToken field to given value.
func (o *CollectionModelOfImageDefinitionsAndImageVersionsResponseModel) HasContinuationToken() bool
HasContinuationToken returns a boolean if a field has been set.
func (o *CollectionModelOfImageDefinitionsAndImageVersionsResponseModel) SetContinuationTokenNil(b bool)
SetContinuationTokenNil sets the value for ContinuationToken to be an explicit nil
func (o *CollectionModelOfImageDefinitionsAndImageVersionsResponseModel) UnsetContinuationToken()
UnsetContinuationToken ensures that no value is present for ContinuationToken, not even an explicit nil
func (o *CollectionModelOfImageDefinitionsAndImageVersionsResponseModel) GetTotalItems() int32
GetTotalItems returns the TotalItems field if non-nil, zero value otherwise.
func (o *CollectionModelOfImageDefinitionsAndImageVersionsResponseModel) GetTotalItemsOk() (*int32, bool)
GetTotalItemsOk returns a tuple with the TotalItems field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *CollectionModelOfImageDefinitionsAndImageVersionsResponseModel) SetTotalItems(v int32)
SetTotalItems sets TotalItems field to given value.
func (o *CollectionModelOfImageDefinitionsAndImageVersionsResponseModel) HasTotalItems() bool
HasTotalItems returns a boolean if a field has been set.
func (o *CollectionModelOfImageDefinitionsAndImageVersionsResponseModel) SetTotalItemsNil(b bool)
SetTotalItemsNil sets the value for TotalItems to be an explicit nil
func (o *CollectionModelOfImageDefinitionsAndImageVersionsResponseModel) UnsetTotalItems()
UnsetTotalItems ensures that no value is present for TotalItems, not even an explicit nil