Skip to content

Latest commit

 

History

History
82 lines (45 loc) · 2.16 KB

ApiVersion.md

File metadata and controls

82 lines (45 loc) · 2.16 KB

ApiVersion

Properties

Name Type Description Notes
Latest Pointer to int32 Latest API version available [optional]
All Pointer to []ApiVersionAllInner List of API version and status [optional]

Methods

NewApiVersion

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

NewApiVersionWithDefaults

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

GetLatest

func (o *ApiVersion) GetLatest() int32

GetLatest returns the Latest field if non-nil, zero value otherwise.

GetLatestOk

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.

SetLatest

func (o *ApiVersion) SetLatest(v int32)

SetLatest sets Latest field to given value.

HasLatest

func (o *ApiVersion) HasLatest() bool

HasLatest returns a boolean if a field has been set.

GetAll

func (o *ApiVersion) GetAll() []ApiVersionAllInner

GetAll returns the All field if non-nil, zero value otherwise.

GetAllOk

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.

SetAll

func (o *ApiVersion) SetAll(v []ApiVersionAllInner)

SetAll sets All field to given value.

HasAll

func (o *ApiVersion) HasAll() bool

HasAll returns a boolean if a field has been set.

[Back to Model list] [Back to API list] [Back to README]