| Name | Type | Description | Notes |
|---|---|---|---|
| Version | Pointer to string | [optional] | |
| CommitTag | Pointer to string | [optional] | |
| UpdateAvailable | Pointer to bool | [optional] | |
| CommitsBehind | Pointer to float32 | [optional] | |
| RestartRequired | Pointer to bool | [optional] |
func NewGetStatus2XXResponse() *GetStatus2XXResponse
NewGetStatus2XXResponse instantiates a new GetStatus2XXResponse 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 NewGetStatus2XXResponseWithDefaults() *GetStatus2XXResponse
NewGetStatus2XXResponseWithDefaults instantiates a new GetStatus2XXResponse 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 *GetStatus2XXResponse) GetVersion() string
GetVersion returns the Version field if non-nil, zero value otherwise.
func (o *GetStatus2XXResponse) 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 *GetStatus2XXResponse) SetVersion(v string)
SetVersion sets Version field to given value.
func (o *GetStatus2XXResponse) HasVersion() bool
HasVersion returns a boolean if a field has been set.
func (o *GetStatus2XXResponse) GetCommitTag() string
GetCommitTag returns the CommitTag field if non-nil, zero value otherwise.
func (o *GetStatus2XXResponse) GetCommitTagOk() (*string, bool)
GetCommitTagOk returns a tuple with the CommitTag field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *GetStatus2XXResponse) SetCommitTag(v string)
SetCommitTag sets CommitTag field to given value.
func (o *GetStatus2XXResponse) HasCommitTag() bool
HasCommitTag returns a boolean if a field has been set.
func (o *GetStatus2XXResponse) GetUpdateAvailable() bool
GetUpdateAvailable returns the UpdateAvailable field if non-nil, zero value otherwise.
func (o *GetStatus2XXResponse) GetUpdateAvailableOk() (*bool, bool)
GetUpdateAvailableOk returns a tuple with the UpdateAvailable field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *GetStatus2XXResponse) SetUpdateAvailable(v bool)
SetUpdateAvailable sets UpdateAvailable field to given value.
func (o *GetStatus2XXResponse) HasUpdateAvailable() bool
HasUpdateAvailable returns a boolean if a field has been set.
func (o *GetStatus2XXResponse) GetCommitsBehind() float32
GetCommitsBehind returns the CommitsBehind field if non-nil, zero value otherwise.
func (o *GetStatus2XXResponse) GetCommitsBehindOk() (*float32, bool)
GetCommitsBehindOk returns a tuple with the CommitsBehind field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *GetStatus2XXResponse) SetCommitsBehind(v float32)
SetCommitsBehind sets CommitsBehind field to given value.
func (o *GetStatus2XXResponse) HasCommitsBehind() bool
HasCommitsBehind returns a boolean if a field has been set.
func (o *GetStatus2XXResponse) GetRestartRequired() bool
GetRestartRequired returns the RestartRequired field if non-nil, zero value otherwise.
func (o *GetStatus2XXResponse) GetRestartRequiredOk() (*bool, bool)
GetRestartRequiredOk returns a tuple with the RestartRequired field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *GetStatus2XXResponse) SetRestartRequired(v bool)
SetRestartRequired sets RestartRequired field to given value.
func (o *GetStatus2XXResponse) HasRestartRequired() bool
HasRestartRequired returns a boolean if a field has been set.