Name | Type | Description | Notes |
---|---|---|---|
Version | Pointer to string | The version of Airflow | [optional] |
GitVersion | Pointer to NullableString | The git version (including git commit hash) | [optional] |
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
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
func (o *VersionInfo) GetVersion() string
GetVersion returns the Version field if non-nil, zero value otherwise.
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.
func (o *VersionInfo) SetVersion(v string)
SetVersion sets Version field to given value.
func (o *VersionInfo) HasVersion() bool
HasVersion returns a boolean if a field has been set.
func (o *VersionInfo) GetGitVersion() string
GetGitVersion returns the GitVersion field if non-nil, zero value otherwise.
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.
func (o *VersionInfo) SetGitVersion(v string)
SetGitVersion sets GitVersion field to given value.
func (o *VersionInfo) HasGitVersion() bool
HasGitVersion returns a boolean if a field has been set.
func (o *VersionInfo) SetGitVersionNil(b bool)
SetGitVersionNil sets the value for GitVersion to be an explicit nil
func (o *VersionInfo) UnsetGitVersion()
UnsetGitVersion ensures that no value is present for GitVersion, not even an explicit nil