| Name | Type | Description | Notes |
|---|---|---|---|
| Id | string | ||
| Name | string | ||
| CloudProvider | CloudVendorEnum | ||
| IsDemo | bool |
func NewClusterOverviewResponse(id string, name string, cloudProvider CloudVendorEnum, isDemo bool, ) *ClusterOverviewResponse
NewClusterOverviewResponse instantiates a new ClusterOverviewResponse 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 NewClusterOverviewResponseWithDefaults() *ClusterOverviewResponse
NewClusterOverviewResponseWithDefaults instantiates a new ClusterOverviewResponse 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 *ClusterOverviewResponse) GetId() string
GetId returns the Id field if non-nil, zero value otherwise.
func (o *ClusterOverviewResponse) GetIdOk() (*string, 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 *ClusterOverviewResponse) SetId(v string)
SetId sets Id field to given value.
func (o *ClusterOverviewResponse) GetName() string
GetName returns the Name field if non-nil, zero value otherwise.
func (o *ClusterOverviewResponse) 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 *ClusterOverviewResponse) SetName(v string)
SetName sets Name field to given value.
func (o *ClusterOverviewResponse) GetCloudProvider() CloudVendorEnum
GetCloudProvider returns the CloudProvider field if non-nil, zero value otherwise.
func (o *ClusterOverviewResponse) GetCloudProviderOk() (*CloudVendorEnum, bool)
GetCloudProviderOk returns a tuple with the CloudProvider field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ClusterOverviewResponse) SetCloudProvider(v CloudVendorEnum)
SetCloudProvider sets CloudProvider field to given value.
func (o *ClusterOverviewResponse) GetIsDemo() bool
GetIsDemo returns the IsDemo field if non-nil, zero value otherwise.
func (o *ClusterOverviewResponse) GetIsDemoOk() (*bool, bool)
GetIsDemoOk returns a tuple with the IsDemo field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ClusterOverviewResponse) SetIsDemo(v bool)
SetIsDemo sets IsDemo field to given value.