Class: Google::Cloud::Monitoring::Dashboard::V1::SectionHeader

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/monitoring/dashboard/v1/section_header.rb

Overview

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

Instance Attribute Summary collapse

Instance Attribute Details

#divider_below::Boolean

Returns 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



33
34
35
36
# File 'proto_docs/google/monitoring/dashboard/v1/section_header.rb', line 33

class SectionHeader
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#subtitle::String

Returns The subtitle of the section.

Returns:

  • (::String)

    The subtitle of the section



33
34
35
36
# File 'proto_docs/google/monitoring/dashboard/v1/section_header.rb', line 33

class SectionHeader
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end