VersionInfo

Properties

NameTypeDescriptionNotes
VersionPointer to stringThe version of Airflow[optional]
GitVersionPointer to NullableStringThe git version (including git commit hash)[optional]

Methods

NewVersionInfo

func NewVersionInfo() *VersionInfo

NewVersionInfo instantiates a new VersionInfo 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

NewVersionInfoWithDefaults

func NewVersionInfoWithDefaults() *VersionInfo

NewVersionInfoWithDefaults instantiates a new VersionInfo 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

GetVersion

func (o *VersionInfo) GetVersion() string

GetVersion returns the Version field if non-nil, zero value otherwise.

GetVersionOk

func (o *VersionInfo) GetVersionOk() (*string, bool)

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

SetVersion

func (o *VersionInfo) SetVersion(v string)

SetVersion sets Version field to given value.

HasVersion

func (o *VersionInfo) HasVersion() bool

HasVersion returns a boolean if a field has been set.

GetGitVersion

func (o *VersionInfo) GetGitVersion() string

GetGitVersion returns the GitVersion field if non-nil, zero value otherwise.

GetGitVersionOk

func (o *VersionInfo) GetGitVersionOk() (*string, bool)

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

SetGitVersion

func (o *VersionInfo) SetGitVersion(v string)

SetGitVersion sets GitVersion field to given value.

HasGitVersion

func (o *VersionInfo) HasGitVersion() bool

HasGitVersion returns a boolean if a field has been set.

SetGitVersionNil

func (o *VersionInfo) SetGitVersionNil(b bool)

SetGitVersionNil sets the value for GitVersion to be an explicit nil

UnsetGitVersion

func (o *VersionInfo) UnsetGitVersion()

UnsetGitVersion ensures that no value is present for GitVersion, not even an explicit nil

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