Class SectionHeader
A widget that defines a new section header. Sections populate a table of contents and allow easier navigation of long-form content.
Implements
Inherited Members
Namespace: Google.Apis.Monitoring.v1.Data
Assembly: Google.Apis.Monitoring.v1.dll
Syntax
public class SectionHeader : IDirectResponseSchema
Properties
DividerBelow
Whether to insert a divider below the section in the table of contents
Declaration
[JsonProperty("dividerBelow")]
public virtual bool? DividerBelow { get; set; }
Property Value
Type | Description |
---|---|
bool? |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
Subtitle
The subtitle of the section
Declaration
[JsonProperty("subtitle")]
public virtual string Subtitle { get; set; }
Property Value
Type | Description |
---|---|
string |