Name | Type | Description | Notes |
---|---|---|---|
Id | int32 | [readonly] | |
Url | string | [readonly] | |
Display | string | [readonly] | |
Name | string | ||
Slug | string | ||
Description | Pointer to string | [optional] | |
Tags | Pointer to []NestedTag | [optional] | |
CustomFields | Pointer to map[string]interface{} | [optional] | |
Created | NullableTime | [readonly] | |
LastUpdated | NullableTime | [readonly] | |
ClusterCount | int64 | [readonly] |
func NewClusterGroup(id int32, url string, display string, name string, slug string, created NullableTime, lastUpdated NullableTime, clusterCount int64, ) *ClusterGroup
NewClusterGroup instantiates a new ClusterGroup 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 NewClusterGroupWithDefaults() *ClusterGroup
NewClusterGroupWithDefaults instantiates a new ClusterGroup 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 *ClusterGroup) GetId() int32
GetId returns the Id field if non-nil, zero value otherwise.
func (o *ClusterGroup) 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 *ClusterGroup) SetId(v int32)
SetId sets Id field to given value.
func (o *ClusterGroup) GetUrl() string
GetUrl returns the Url field if non-nil, zero value otherwise.
func (o *ClusterGroup) GetUrlOk() (*string, bool)
GetUrlOk returns a tuple with the Url field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ClusterGroup) SetUrl(v string)
SetUrl sets Url field to given value.
func (o *ClusterGroup) GetDisplay() string
GetDisplay returns the Display field if non-nil, zero value otherwise.
func (o *ClusterGroup) GetDisplayOk() (*string, bool)
GetDisplayOk returns a tuple with the Display field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ClusterGroup) SetDisplay(v string)
SetDisplay sets Display field to given value.
func (o *ClusterGroup) GetName() string
GetName returns the Name field if non-nil, zero value otherwise.
func (o *ClusterGroup) GetNameOk() (*string, bool)
GetNameOk returns a tuple with the Name field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ClusterGroup) SetName(v string)
SetName sets Name field to given value.
func (o *ClusterGroup) GetSlug() string
GetSlug returns the Slug field if non-nil, zero value otherwise.
func (o *ClusterGroup) GetSlugOk() (*string, bool)
GetSlugOk returns a tuple with the Slug field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ClusterGroup) SetSlug(v string)
SetSlug sets Slug field to given value.
func (o *ClusterGroup) GetDescription() string
GetDescription returns the Description field if non-nil, zero value otherwise.
func (o *ClusterGroup) GetDescriptionOk() (*string, bool)
GetDescriptionOk returns a tuple with the Description field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ClusterGroup) SetDescription(v string)
SetDescription sets Description field to given value.
func (o *ClusterGroup) HasDescription() bool
HasDescription returns a boolean if a field has been set.
func (o *ClusterGroup) GetTags() []NestedTag
GetTags returns the Tags field if non-nil, zero value otherwise.
func (o *ClusterGroup) GetTagsOk() (*[]NestedTag, bool)
GetTagsOk returns a tuple with the Tags field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ClusterGroup) SetTags(v []NestedTag)
SetTags sets Tags field to given value.
func (o *ClusterGroup) HasTags() bool
HasTags returns a boolean if a field has been set.
func (o *ClusterGroup) GetCustomFields() map[string]interface{}
GetCustomFields returns the CustomFields field if non-nil, zero value otherwise.
func (o *ClusterGroup) GetCustomFieldsOk() (*map[string]interface{}, bool)
GetCustomFieldsOk returns a tuple with the CustomFields field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ClusterGroup) SetCustomFields(v map[string]interface{})
SetCustomFields sets CustomFields field to given value.
func (o *ClusterGroup) HasCustomFields() bool
HasCustomFields returns a boolean if a field has been set.
func (o *ClusterGroup) GetCreated() time.Time
GetCreated returns the Created field if non-nil, zero value otherwise.
func (o *ClusterGroup) GetCreatedOk() (*time.Time, bool)
GetCreatedOk returns a tuple with the Created field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ClusterGroup) SetCreated(v time.Time)
SetCreated sets Created field to given value.
func (o *ClusterGroup) SetCreatedNil(b bool)
SetCreatedNil sets the value for Created to be an explicit nil
func (o *ClusterGroup) UnsetCreated()
UnsetCreated ensures that no value is present for Created, not even an explicit nil
func (o *ClusterGroup) GetLastUpdated() time.Time
GetLastUpdated returns the LastUpdated field if non-nil, zero value otherwise.
func (o *ClusterGroup) GetLastUpdatedOk() (*time.Time, bool)
GetLastUpdatedOk returns a tuple with the LastUpdated field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ClusterGroup) SetLastUpdated(v time.Time)
SetLastUpdated sets LastUpdated field to given value.
func (o *ClusterGroup) SetLastUpdatedNil(b bool)
SetLastUpdatedNil sets the value for LastUpdated to be an explicit nil
func (o *ClusterGroup) UnsetLastUpdated()
UnsetLastUpdated ensures that no value is present for LastUpdated, not even an explicit nil
func (o *ClusterGroup) GetClusterCount() int64
GetClusterCount returns the ClusterCount field if non-nil, zero value otherwise.
func (o *ClusterGroup) GetClusterCountOk() (*int64, bool)
GetClusterCountOk returns a tuple with the ClusterCount field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ClusterGroup) SetClusterCount(v int64)
SetClusterCount sets ClusterCount field to given value.