# MetaVersionResponse ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **Branch** | Pointer to **string** | | [optional] **Build** | Pointer to **string** | | [optional] **BuildDate** | Pointer to **string** | | [optional] **CommitHash** | Pointer to **string** | | [optional] **Version** | Pointer to **string** | | [optional] ## Methods ### NewMetaVersionResponse `func NewMetaVersionResponse() *MetaVersionResponse` NewMetaVersionResponse instantiates a new MetaVersionResponse 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 ### NewMetaVersionResponseWithDefaults `func NewMetaVersionResponseWithDefaults() *MetaVersionResponse` NewMetaVersionResponseWithDefaults instantiates a new MetaVersionResponse 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 ### GetBranch `func (o *MetaVersionResponse) GetBranch() string` GetBranch returns the Branch field if non-nil, zero value otherwise. ### GetBranchOk `func (o *MetaVersionResponse) GetBranchOk() (*string, bool)` GetBranchOk returns a tuple with the Branch field if it's non-nil, zero value otherwise and a boolean to check if the value has been set. ### SetBranch `func (o *MetaVersionResponse) SetBranch(v string)` SetBranch sets Branch field to given value. ### HasBranch `func (o *MetaVersionResponse) HasBranch() bool` HasBranch returns a boolean if a field has been set. ### GetBuild `func (o *MetaVersionResponse) GetBuild() string` GetBuild returns the Build field if non-nil, zero value otherwise. ### GetBuildOk `func (o *MetaVersionResponse) GetBuildOk() (*string, bool)` GetBuildOk returns a tuple with the Build field if it's non-nil, zero value otherwise and a boolean to check if the value has been set. ### SetBuild `func (o *MetaVersionResponse) SetBuild(v string)` SetBuild sets Build field to given value. ### HasBuild `func (o *MetaVersionResponse) HasBuild() bool` HasBuild returns a boolean if a field has been set. ### GetBuildDate `func (o *MetaVersionResponse) GetBuildDate() string` GetBuildDate returns the BuildDate field if non-nil, zero value otherwise. ### GetBuildDateOk `func (o *MetaVersionResponse) GetBuildDateOk() (*string, bool)` GetBuildDateOk returns a tuple with the BuildDate field if it's non-nil, zero value otherwise and a boolean to check if the value has been set. ### SetBuildDate `func (o *MetaVersionResponse) SetBuildDate(v string)` SetBuildDate sets BuildDate field to given value. ### HasBuildDate `func (o *MetaVersionResponse) HasBuildDate() bool` HasBuildDate returns a boolean if a field has been set. ### GetCommitHash `func (o *MetaVersionResponse) GetCommitHash() string` GetCommitHash returns the CommitHash field if non-nil, zero value otherwise. ### GetCommitHashOk `func (o *MetaVersionResponse) GetCommitHashOk() (*string, bool)` GetCommitHashOk returns a tuple with the CommitHash field if it's non-nil, zero value otherwise and a boolean to check if the value has been set. ### SetCommitHash `func (o *MetaVersionResponse) SetCommitHash(v string)` SetCommitHash sets CommitHash field to given value. ### HasCommitHash `func (o *MetaVersionResponse) HasCommitHash() bool` HasCommitHash returns a boolean if a field has been set. ### GetVersion `func (o *MetaVersionResponse) GetVersion() string` GetVersion returns the Version field if non-nil, zero value otherwise. ### GetVersionOk `func (o *MetaVersionResponse) 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 *MetaVersionResponse) SetVersion(v string)` SetVersion sets Version field to given value. ### HasVersion `func (o *MetaVersionResponse) HasVersion() bool` HasVersion returns a boolean if a field has been set. [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)