Class Text
A widget that displays textual content.
Implements
Inherited Members
Namespace: Google.Apis.Monitoring.v1.Data
Assembly: Google.Apis.Monitoring.v1.dll
Syntax
public class Text : IDirectResponseSchema
Properties
Content
The text content to be displayed.
Declaration
[JsonProperty("content")]
public virtual string Content { get; set; }
Property Value
Type | Description |
---|---|
string |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
Format
How the text content is formatted.
Declaration
[JsonProperty("format")]
public virtual string Format { get; set; }
Property Value
Type | Description |
---|---|
string |
Style
How the text is styled
Declaration
[JsonProperty("style")]
public virtual TextStyle Style { get; set; }
Property Value
Type | Description |
---|---|
TextStyle |