Show / Hide Table of Contents

Class SectionHeader

A widget that defines a new section header. Sections populate a table of contents and allow easier navigation of long-form content.

Inheritance
object
SectionHeader
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 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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX