MetadataWithEndpointAllOf
Last updated
Was this helpful?
Key
Pointer to string
The authentication key of the monitoring instance.
[optional] [readonly]
GrafanaEndpoint
Pointer to string
The endpoint of the Grafana instance.
[optional] [readonly]
HttpEndpoint
Pointer to string
The HTTP endpoint of the monitoring instance.
[optional] [readonly]
func NewMetadataWithEndpointAllOf() *MetadataWithEndpointAllOf
NewMetadataWithEndpointAllOf instantiates a new MetadataWithEndpointAllOf 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 NewMetadataWithEndpointAllOfWithDefaults() *MetadataWithEndpointAllOf
NewMetadataWithEndpointAllOfWithDefaults instantiates a new MetadataWithEndpointAllOf 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 *MetadataWithEndpointAllOf) GetKey() string
GetKey returns the Key field if non-nil, zero value otherwise.
func (o *MetadataWithEndpointAllOf) GetKeyOk() (*string, bool)
GetKeyOk returns a tuple with the Key field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *MetadataWithEndpointAllOf) SetKey(v string)
SetKey sets Key field to given value.
func (o *MetadataWithEndpointAllOf) HasKey() bool
HasKey returns a boolean if a field has been set.
func (o *MetadataWithEndpointAllOf) GetGrafanaEndpoint() string
GetGrafanaEndpoint returns the GrafanaEndpoint field if non-nil, zero value otherwise.
func (o *MetadataWithEndpointAllOf) 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 *MetadataWithEndpointAllOf) SetGrafanaEndpoint(v string)
SetGrafanaEndpoint sets GrafanaEndpoint field to given value.
func (o *MetadataWithEndpointAllOf) HasGrafanaEndpoint() bool
HasGrafanaEndpoint returns a boolean if a field has been set.
func (o *MetadataWithEndpointAllOf) GetHttpEndpoint() string
GetHttpEndpoint returns the HttpEndpoint field if non-nil, zero value otherwise.
func (o *MetadataWithEndpointAllOf) GetHttpEndpointOk() (*string, bool)
GetHttpEndpointOk returns a tuple with the HttpEndpoint field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *MetadataWithEndpointAllOf) SetHttpEndpoint(v string)
SetHttpEndpoint sets HttpEndpoint field to given value.
func (o *MetadataWithEndpointAllOf) HasHttpEndpoint() bool
HasHttpEndpoint returns a boolean if a field has been set.
Last updated
Was this helpful?
Was this helpful?