Show / Hide Table of Contents

Class DashboardAnnotations

Dashboard-level configuration for annotations

Inheritance
object
DashboardAnnotations
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.Monitoring.v1.Data
Assembly: Google.Apis.Monitoring.v1.dll
Syntax
public class DashboardAnnotations : IDirectResponseSchema

Properties

DefaultResourceNames

Dashboard level defaults for names of logging resources to search for events. Currently only projects are supported. Each individual EventAnnotation may have its own overrides. If both this field and the per annotation field is empty, then the scoping project is used. Limit: 50 projects. For example: “projects/some-project-id”

Declaration
[JsonProperty("defaultResourceNames")]
public virtual IList<string> DefaultResourceNames { get; set; }
Property Value
Type Description
IList<string>

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

EventAnnotations

List of annotation configurations for this dashboard. Each entry specifies one event type.

Declaration
[JsonProperty("eventAnnotations")]
public virtual IList<EventAnnotation> EventAnnotations { get; set; }
Property Value
Type Description
IList<EventAnnotation>

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX