Reference documentation and code samples for the Cloud Monitoring Dashboards V1 API class Google::Cloud::Monitoring::Dashboard::V1::SectionHeader.
A widget that defines a new section header. Sections populate a table of contents and allow easier navigation of long-form content.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#divider_below
def divider_below() -> ::Boolean
Returns
- (::Boolean) — Whether to insert a divider below the section in the table of contents
#divider_below=
def divider_below=(value) -> ::Boolean
Parameter
- value (::Boolean) — Whether to insert a divider below the section in the table of contents
Returns
- (::Boolean) — Whether to insert a divider below the section in the table of contents
#subtitle
def subtitle() -> ::String
Returns
- (::String) — The subtitle of the section
#subtitle=
def subtitle=(value) -> ::String
Parameter
- value (::String) — The subtitle of the section
Returns
- (::String) — The subtitle of the section