Skip to content

Latest commit

 

History

History
186 lines (101 loc) · 4.75 KB

File metadata and controls

186 lines (101 loc) · 4.75 KB

ClusterVersion

Properties

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]

Methods

NewClusterVersion

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

NewClusterVersionWithDefaults

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

GetCreatedAt

func (o *ClusterVersion) GetCreatedAt() time.Time

GetCreatedAt returns the CreatedAt field if non-nil, zero value otherwise.

GetCreatedAtOk

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.

SetCreatedAt

func (o *ClusterVersion) SetCreatedAt(v time.Time)

SetCreatedAt sets CreatedAt field to given value.

HasCreatedAt

func (o *ClusterVersion) HasCreatedAt() bool

HasCreatedAt returns a boolean if a field has been set.

GetId

func (o *ClusterVersion) GetId() int32

GetId returns the Id field if non-nil, zero value otherwise.

GetIdOk

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.

SetId

func (o *ClusterVersion) SetId(v int32)

SetId sets Id field to given value.

HasId

func (o *ClusterVersion) HasId() bool

HasId returns a boolean if a field has been set.

GetImage

func (o *ClusterVersion) GetImage() map[string]interface{}

GetImage returns the Image field if non-nil, zero value otherwise.

GetImageOk

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.

SetImage

func (o *ClusterVersion) SetImage(v map[string]interface{})

SetImage sets Image field to given value.

HasImage

func (o *ClusterVersion) HasImage() bool

HasImage returns a boolean if a field has been set.

GetRegion

func (o *ClusterVersion) GetRegion() map[string]interface{}

GetRegion returns the Region field if non-nil, zero value otherwise.

GetRegionOk

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.

SetRegion

func (o *ClusterVersion) SetRegion(v map[string]interface{})

SetRegion sets Region field to given value.

HasRegion

func (o *ClusterVersion) HasRegion() bool

HasRegion returns a boolean if a field has been set.

GetUpdatedAt

func (o *ClusterVersion) GetUpdatedAt() time.Time

GetUpdatedAt returns the UpdatedAt field if non-nil, zero value otherwise.

GetUpdatedAtOk

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.

SetUpdatedAt

func (o *ClusterVersion) SetUpdatedAt(v time.Time)

SetUpdatedAt sets UpdatedAt field to given value.

HasUpdatedAt

func (o *ClusterVersion) HasUpdatedAt() bool

HasUpdatedAt returns a boolean if a field has been set.

GetVersion

func (o *ClusterVersion) GetVersion() string

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

GetVersionOk

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.

SetVersion

func (o *ClusterVersion) SetVersion(v string)

SetVersion sets Version field to given value.

HasVersion

func (o *ClusterVersion) HasVersion() bool

HasVersion returns a boolean if a field has been set.

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