MetadataForCentralMonitoring

Properties

Name
Type
Description
Notes

CreatedDate

Pointer to time.Time

The ISO 8601 creation timestamp.

[optional] [readonly]

CreatedBy

Pointer to string

Unique name of the identity that created the resource.

[optional] [readonly]

CreatedByUserId

Pointer to string

Unique id of the identity that created the resource.

[optional] [readonly]

LastModifiedDate

Pointer to time.Time

The ISO 8601 modified timestamp.

[optional] [readonly]

LastModifiedBy

Pointer to string

Unique name of the identity that last modified the resource.

[optional] [readonly]

LastModifiedByUserId

Pointer to string

Unique id of the identity that last modified the resource.

[optional] [readonly]

ResourceURN

Pointer to string

Unique name of the resource.

[optional] [readonly]

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]

Methods

NewMetadataForCentralMonitoring

func NewMetadataForCentralMonitoring() *MetadataForCentralMonitoring

NewMetadataForCentralMonitoring instantiates a new MetadataForCentralMonitoring 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

NewMetadataForCentralMonitoringWithDefaults

func NewMetadataForCentralMonitoringWithDefaults() *MetadataForCentralMonitoring

NewMetadataForCentralMonitoringWithDefaults instantiates a new MetadataForCentralMonitoring 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

GetCreatedDate

func (o *MetadataForCentralMonitoring) GetCreatedDate() time.Time

GetCreatedDate returns the CreatedDate field if non-nil, zero value otherwise.

GetCreatedDateOk

func (o *MetadataForCentralMonitoring) GetCreatedDateOk() (*time.Time, bool)

GetCreatedDateOk returns a tuple with the CreatedDate field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetCreatedDate

func (o *MetadataForCentralMonitoring) SetCreatedDate(v time.Time)

SetCreatedDate sets CreatedDate field to given value.

HasCreatedDate

func (o *MetadataForCentralMonitoring) HasCreatedDate() bool

HasCreatedDate returns a boolean if a field has been set.

GetCreatedBy

func (o *MetadataForCentralMonitoring) GetCreatedBy() string

GetCreatedBy returns the CreatedBy field if non-nil, zero value otherwise.

GetCreatedByOk

func (o *MetadataForCentralMonitoring) GetCreatedByOk() (*string, bool)

GetCreatedByOk returns a tuple with the CreatedBy field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetCreatedBy

func (o *MetadataForCentralMonitoring) SetCreatedBy(v string)

SetCreatedBy sets CreatedBy field to given value.

HasCreatedBy

func (o *MetadataForCentralMonitoring) HasCreatedBy() bool

HasCreatedBy returns a boolean if a field has been set.

GetCreatedByUserId

func (o *MetadataForCentralMonitoring) GetCreatedByUserId() string

GetCreatedByUserId returns the CreatedByUserId field if non-nil, zero value otherwise.

GetCreatedByUserIdOk

func (o *MetadataForCentralMonitoring) GetCreatedByUserIdOk() (*string, bool)

GetCreatedByUserIdOk returns a tuple with the CreatedByUserId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetCreatedByUserId

func (o *MetadataForCentralMonitoring) SetCreatedByUserId(v string)

SetCreatedByUserId sets CreatedByUserId field to given value.

HasCreatedByUserId

func (o *MetadataForCentralMonitoring) HasCreatedByUserId() bool

HasCreatedByUserId returns a boolean if a field has been set.

GetLastModifiedDate

func (o *MetadataForCentralMonitoring) GetLastModifiedDate() time.Time

GetLastModifiedDate returns the LastModifiedDate field if non-nil, zero value otherwise.

GetLastModifiedDateOk

func (o *MetadataForCentralMonitoring) GetLastModifiedDateOk() (*time.Time, bool)

GetLastModifiedDateOk returns a tuple with the LastModifiedDate field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetLastModifiedDate

func (o *MetadataForCentralMonitoring) SetLastModifiedDate(v time.Time)

SetLastModifiedDate sets LastModifiedDate field to given value.

HasLastModifiedDate

func (o *MetadataForCentralMonitoring) HasLastModifiedDate() bool

HasLastModifiedDate returns a boolean if a field has been set.

GetLastModifiedBy

func (o *MetadataForCentralMonitoring) GetLastModifiedBy() string

GetLastModifiedBy returns the LastModifiedBy field if non-nil, zero value otherwise.

GetLastModifiedByOk

func (o *MetadataForCentralMonitoring) GetLastModifiedByOk() (*string, bool)

GetLastModifiedByOk returns a tuple with the LastModifiedBy field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetLastModifiedBy

func (o *MetadataForCentralMonitoring) SetLastModifiedBy(v string)

SetLastModifiedBy sets LastModifiedBy field to given value.

HasLastModifiedBy

func (o *MetadataForCentralMonitoring) HasLastModifiedBy() bool

HasLastModifiedBy returns a boolean if a field has been set.

GetLastModifiedByUserId

func (o *MetadataForCentralMonitoring) GetLastModifiedByUserId() string

GetLastModifiedByUserId returns the LastModifiedByUserId field if non-nil, zero value otherwise.

GetLastModifiedByUserIdOk

func (o *MetadataForCentralMonitoring) GetLastModifiedByUserIdOk() (*string, bool)

GetLastModifiedByUserIdOk returns a tuple with the LastModifiedByUserId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetLastModifiedByUserId

func (o *MetadataForCentralMonitoring) SetLastModifiedByUserId(v string)

SetLastModifiedByUserId sets LastModifiedByUserId field to given value.

HasLastModifiedByUserId

func (o *MetadataForCentralMonitoring) HasLastModifiedByUserId() bool

HasLastModifiedByUserId returns a boolean if a field has been set.

GetResourceURN

func (o *MetadataForCentralMonitoring) GetResourceURN() string

GetResourceURN returns the ResourceURN field if non-nil, zero value otherwise.

GetResourceURNOk

func (o *MetadataForCentralMonitoring) GetResourceURNOk() (*string, bool)

GetResourceURNOk returns a tuple with the ResourceURN field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetResourceURN

func (o *MetadataForCentralMonitoring) SetResourceURN(v string)

SetResourceURN sets ResourceURN field to given value.

HasResourceURN

func (o *MetadataForCentralMonitoring) HasResourceURN() bool

HasResourceURN returns a boolean if a field has been set.

GetGrafanaEndpoint

func (o *MetadataForCentralMonitoring) GetGrafanaEndpoint() string

GetGrafanaEndpoint returns the GrafanaEndpoint field if non-nil, zero value otherwise.

GetGrafanaEndpointOk

func (o *MetadataForCentralMonitoring) 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.

SetGrafanaEndpoint

func (o *MetadataForCentralMonitoring) SetGrafanaEndpoint(v string)

SetGrafanaEndpoint sets GrafanaEndpoint field to given value.

HasGrafanaEndpoint

func (o *MetadataForCentralMonitoring) HasGrafanaEndpoint() bool

HasGrafanaEndpoint returns a boolean if a field has been set.

GetProducts

func (o *MetadataForCentralMonitoring) GetProducts() []string

GetProducts returns the Products field if non-nil, zero value otherwise.

GetProductsOk

func (o *MetadataForCentralMonitoring) 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.

SetProducts

func (o *MetadataForCentralMonitoring) SetProducts(v []string)

SetProducts sets Products field to given value.

HasProducts

func (o *MetadataForCentralMonitoring) HasProducts() bool

HasProducts returns a boolean if a field has been set.

Last updated