Name | Type | Description | Notes |
---|---|---|---|
Minimum | Pointer to string | [optional] | |
Recommended | Pointer to string | [optional] |
func NewPlatformInfoCliVersion() *PlatformInfoCliVersion
NewPlatformInfoCliVersion instantiates a new PlatformInfoCliVersion 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 NewPlatformInfoCliVersionWithDefaults() *PlatformInfoCliVersion
NewPlatformInfoCliVersionWithDefaults instantiates a new PlatformInfoCliVersion 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 *PlatformInfoCliVersion) GetMinimum() string
GetMinimum returns the Minimum field if non-nil, zero value otherwise.
func (o *PlatformInfoCliVersion) GetMinimumOk() (*string, bool)
GetMinimumOk returns a tuple with the Minimum field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *PlatformInfoCliVersion) SetMinimum(v string)
SetMinimum sets Minimum field to given value.
func (o *PlatformInfoCliVersion) HasMinimum() bool
HasMinimum returns a boolean if a field has been set.
func (o *PlatformInfoCliVersion) GetRecommended() string
GetRecommended returns the Recommended field if non-nil, zero value otherwise.
func (o *PlatformInfoCliVersion) GetRecommendedOk() (*string, bool)
GetRecommendedOk returns a tuple with the Recommended field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *PlatformInfoCliVersion) SetRecommended(v string)
SetRecommended sets Recommended field to given value.
func (o *PlatformInfoCliVersion) HasRecommended() bool
HasRecommended returns a boolean if a field has been set.