Skip to content

Latest commit

 

History

History
72 lines (39 loc) · 1.95 KB

Version.md

File metadata and controls

72 lines (39 loc) · 1.95 KB

Version

Properties

Name Type Description Notes
ApiVersion string
ServerVersion string

Methods

NewVersion

func NewVersion(apiVersion string, serverVersion string, ) *Version

NewVersion instantiates a new Version 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

NewVersionWithDefaults

func NewVersionWithDefaults() *Version

NewVersionWithDefaults instantiates a new Version 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

GetApiVersion

func (o *Version) GetApiVersion() string

GetApiVersion returns the ApiVersion field if non-nil, zero value otherwise.

GetApiVersionOk

func (o *Version) GetApiVersionOk() (*string, bool)

GetApiVersionOk returns a tuple with the ApiVersion field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetApiVersion

func (o *Version) SetApiVersion(v string)

SetApiVersion sets ApiVersion field to given value.

GetServerVersion

func (o *Version) GetServerVersion() string

GetServerVersion returns the ServerVersion field if non-nil, zero value otherwise.

GetServerVersionOk

func (o *Version) GetServerVersionOk() (*string, bool)

GetServerVersionOk returns a tuple with the ServerVersion field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetServerVersion

func (o *Version) SetServerVersion(v string)

SetServerVersion sets ServerVersion field to given value.

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