Name | Type | Description | Notes |
---|---|---|---|
Latest | Pointer to int32 | Latest API version available | [optional] |
All | Pointer to []ApiVersionAllInner | List of API version and status | [optional] |
func NewApiVersion() *ApiVersion
NewApiVersion instantiates a new ApiVersion 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 NewApiVersionWithDefaults() *ApiVersion
NewApiVersionWithDefaults instantiates a new ApiVersion 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 *ApiVersion) GetLatest() int32
GetLatest returns the Latest field if non-nil, zero value otherwise.
func (o *ApiVersion) GetLatestOk() (*int32, bool)
GetLatestOk returns a tuple with the Latest field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ApiVersion) SetLatest(v int32)
SetLatest sets Latest field to given value.
func (o *ApiVersion) HasLatest() bool
HasLatest returns a boolean if a field has been set.
func (o *ApiVersion) GetAll() []ApiVersionAllInner
GetAll returns the All field if non-nil, zero value otherwise.
func (o *ApiVersion) GetAllOk() (*[]ApiVersionAllInner, bool)
GetAllOk returns a tuple with the All field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ApiVersion) SetAll(v []ApiVersionAllInner)
SetAll sets All field to given value.
func (o *ApiVersion) HasAll() bool
HasAll returns a boolean if a field has been set.