| Name | Type | Description | Notes |
|---|---|---|---|
| CreatedAt | Pointer to time.Time | [optional] | |
| Id | Pointer to int32 | [optional] | |
| Image | Pointer to map[string]interface{} | [optional] | |
| Region | Pointer to map[string]interface{} | [optional] | |
| UpdatedAt | Pointer to time.Time | [optional] | |
| Version | Pointer to string | [optional] |
func NewClusterVersion() *ClusterVersion
NewClusterVersion instantiates a new ClusterVersion 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 NewClusterVersionWithDefaults() *ClusterVersion
NewClusterVersionWithDefaults instantiates a new ClusterVersion 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 *ClusterVersion) GetCreatedAt() time.Time
GetCreatedAt returns the CreatedAt field if non-nil, zero value otherwise.
func (o *ClusterVersion) GetCreatedAtOk() (*time.Time, bool)
GetCreatedAtOk returns a tuple with the CreatedAt field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ClusterVersion) SetCreatedAt(v time.Time)
SetCreatedAt sets CreatedAt field to given value.
func (o *ClusterVersion) HasCreatedAt() bool
HasCreatedAt returns a boolean if a field has been set.
func (o *ClusterVersion) GetId() int32
GetId returns the Id field if non-nil, zero value otherwise.
func (o *ClusterVersion) GetIdOk() (*int32, bool)
GetIdOk returns a tuple with the Id field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ClusterVersion) SetId(v int32)
SetId sets Id field to given value.
func (o *ClusterVersion) HasId() bool
HasId returns a boolean if a field has been set.
func (o *ClusterVersion) GetImage() map[string]interface{}
GetImage returns the Image field if non-nil, zero value otherwise.
func (o *ClusterVersion) GetImageOk() (*map[string]interface{}, bool)
GetImageOk returns a tuple with the Image field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ClusterVersion) SetImage(v map[string]interface{})
SetImage sets Image field to given value.
func (o *ClusterVersion) HasImage() bool
HasImage returns a boolean if a field has been set.
func (o *ClusterVersion) GetRegion() map[string]interface{}
GetRegion returns the Region field if non-nil, zero value otherwise.
func (o *ClusterVersion) GetRegionOk() (*map[string]interface{}, bool)
GetRegionOk returns a tuple with the Region field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ClusterVersion) SetRegion(v map[string]interface{})
SetRegion sets Region field to given value.
func (o *ClusterVersion) HasRegion() bool
HasRegion returns a boolean if a field has been set.
func (o *ClusterVersion) GetUpdatedAt() time.Time
GetUpdatedAt returns the UpdatedAt field if non-nil, zero value otherwise.
func (o *ClusterVersion) GetUpdatedAtOk() (*time.Time, bool)
GetUpdatedAtOk returns a tuple with the UpdatedAt field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ClusterVersion) SetUpdatedAt(v time.Time)
SetUpdatedAt sets UpdatedAt field to given value.
func (o *ClusterVersion) HasUpdatedAt() bool
HasUpdatedAt returns a boolean if a field has been set.
func (o *ClusterVersion) GetVersion() string
GetVersion returns the Version field if non-nil, zero value otherwise.
func (o *ClusterVersion) 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 *ClusterVersion) SetVersion(v string)
SetVersion sets Version field to given value.
func (o *ClusterVersion) HasVersion() bool
HasVersion returns a boolean if a field has been set.