Class: Google::Cloud::Monitoring::Dashboard::V1::CollapsibleGroup

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

Overview

A widget that groups the other widgets. All widgets that are within the area spanned by the grouping widget are considered member widgets.

Instance Attribute Summary collapse

Instance Attribute Details

#collapsed::Boolean

Returns The collapsed state of the widget on first page load.

Returns:

  • (::Boolean)

    The collapsed state of the widget on first page load.



30
31
32
33
# File 'proto_docs/google/monitoring/dashboard/v1/collapsible_group.rb', line 30

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