| Name | Type | Description | Notes |
|---|---|---|---|
| Id | int64 | ||
| Identifier | string | ||
| Name | string | ||
| Type | string | ||
| Iconbase64 | Pointer to string | [optional] | |
| Namespace | Pointer to string | [optional] | |
| Cluster | Pointer to string | [optional] |
func NewMonitorCheckStatusComponent(id int64, identifier string, name string, type_ string, ) *MonitorCheckStatusComponent
NewMonitorCheckStatusComponent instantiates a new MonitorCheckStatusComponent 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 NewMonitorCheckStatusComponentWithDefaults() *MonitorCheckStatusComponent
NewMonitorCheckStatusComponentWithDefaults instantiates a new MonitorCheckStatusComponent 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 *MonitorCheckStatusComponent) GetId() int64
GetId returns the Id field if non-nil, zero value otherwise.
func (o *MonitorCheckStatusComponent) GetIdOk() (*int64, 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 *MonitorCheckStatusComponent) SetId(v int64)
SetId sets Id field to given value.
func (o *MonitorCheckStatusComponent) GetIdentifier() string
GetIdentifier returns the Identifier field if non-nil, zero value otherwise.
func (o *MonitorCheckStatusComponent) GetIdentifierOk() (*string, bool)
GetIdentifierOk returns a tuple with the Identifier field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *MonitorCheckStatusComponent) SetIdentifier(v string)
SetIdentifier sets Identifier field to given value.
func (o *MonitorCheckStatusComponent) GetName() string
GetName returns the Name field if non-nil, zero value otherwise.
func (o *MonitorCheckStatusComponent) 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 *MonitorCheckStatusComponent) SetName(v string)
SetName sets Name field to given value.
func (o *MonitorCheckStatusComponent) GetType() string
GetType returns the Type field if non-nil, zero value otherwise.
func (o *MonitorCheckStatusComponent) GetTypeOk() (*string, bool)
GetTypeOk returns a tuple with the Type field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *MonitorCheckStatusComponent) SetType(v string)
SetType sets Type field to given value.
func (o *MonitorCheckStatusComponent) GetIconbase64() string
GetIconbase64 returns the Iconbase64 field if non-nil, zero value otherwise.
func (o *MonitorCheckStatusComponent) GetIconbase64Ok() (*string, bool)
GetIconbase64Ok returns a tuple with the Iconbase64 field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *MonitorCheckStatusComponent) SetIconbase64(v string)
SetIconbase64 sets Iconbase64 field to given value.
func (o *MonitorCheckStatusComponent) HasIconbase64() bool
HasIconbase64 returns a boolean if a field has been set.
func (o *MonitorCheckStatusComponent) GetNamespace() string
GetNamespace returns the Namespace field if non-nil, zero value otherwise.
func (o *MonitorCheckStatusComponent) GetNamespaceOk() (*string, bool)
GetNamespaceOk returns a tuple with the Namespace field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *MonitorCheckStatusComponent) SetNamespace(v string)
SetNamespace sets Namespace field to given value.
func (o *MonitorCheckStatusComponent) HasNamespace() bool
HasNamespace returns a boolean if a field has been set.
func (o *MonitorCheckStatusComponent) GetCluster() string
GetCluster returns the Cluster field if non-nil, zero value otherwise.
func (o *MonitorCheckStatusComponent) GetClusterOk() (*string, bool)
GetClusterOk returns a tuple with the Cluster field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *MonitorCheckStatusComponent) SetCluster(v string)
SetCluster sets Cluster field to given value.
func (o *MonitorCheckStatusComponent) HasCluster() bool
HasCluster returns a boolean if a field has been set.