Skip to content

Latest commit

 

History

History
82 lines (45 loc) · 2.39 KB

PlatformInfoCliVersion.md

File metadata and controls

82 lines (45 loc) · 2.39 KB

PlatformInfoCliVersion

Properties

Name Type Description Notes
Minimum Pointer to string [optional]
Recommended Pointer to string [optional]

Methods

NewPlatformInfoCliVersion

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

NewPlatformInfoCliVersionWithDefaults

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

GetMinimum

func (o *PlatformInfoCliVersion) GetMinimum() string

GetMinimum returns the Minimum field if non-nil, zero value otherwise.

GetMinimumOk

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.

SetMinimum

func (o *PlatformInfoCliVersion) SetMinimum(v string)

SetMinimum sets Minimum field to given value.

HasMinimum

func (o *PlatformInfoCliVersion) HasMinimum() bool

HasMinimum returns a boolean if a field has been set.

GetRecommended

func (o *PlatformInfoCliVersion) GetRecommended() string

GetRecommended returns the Recommended field if non-nil, zero value otherwise.

GetRecommendedOk

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.

SetRecommended

func (o *PlatformInfoCliVersion) SetRecommended(v string)

SetRecommended sets Recommended field to given value.

HasRecommended

func (o *PlatformInfoCliVersion) HasRecommended() bool

HasRecommended returns a boolean if a field has been set.

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