MetadataForCentralMonitoringAllOf
Last updated
Was this helpful?
GrafanaEndpoint
Pointer to string
The endpoint of the Grafana instance.
[optional] [readonly]
Products
Pointer to []string
Products with central monitoring enabled. This is a comma-separated list of product names.
[optional] [readonly]
func NewMetadataForCentralMonitoringAllOf() *MetadataForCentralMonitoringAllOf
NewMetadataForCentralMonitoringAllOf instantiates a new MetadataForCentralMonitoringAllOf 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 NewMetadataForCentralMonitoringAllOfWithDefaults() *MetadataForCentralMonitoringAllOf
NewMetadataForCentralMonitoringAllOfWithDefaults instantiates a new MetadataForCentralMonitoringAllOf 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 *MetadataForCentralMonitoringAllOf) GetGrafanaEndpoint() string
GetGrafanaEndpoint returns the GrafanaEndpoint field if non-nil, zero value otherwise.
func (o *MetadataForCentralMonitoringAllOf) GetGrafanaEndpointOk() (*string, bool)
GetGrafanaEndpointOk returns a tuple with the GrafanaEndpoint field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *MetadataForCentralMonitoringAllOf) SetGrafanaEndpoint(v string)
SetGrafanaEndpoint sets GrafanaEndpoint field to given value.
func (o *MetadataForCentralMonitoringAllOf) HasGrafanaEndpoint() bool
HasGrafanaEndpoint returns a boolean if a field has been set.
func (o *MetadataForCentralMonitoringAllOf) GetProducts() []string
GetProducts returns the Products field if non-nil, zero value otherwise.
func (o *MetadataForCentralMonitoringAllOf) GetProductsOk() (*[]string, bool)
GetProductsOk returns a tuple with the Products field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *MetadataForCentralMonitoringAllOf) SetProducts(v []string)
SetProducts sets Products field to given value.
func (o *MetadataForCentralMonitoringAllOf) HasProducts() bool
HasProducts returns a boolean if a field has been set.
Last updated
Was this helpful?
Was this helpful?