Class: Google::Cloud::Chronicle::V1::DashboardChart::DrillDownConfig::DrillDown::DefaultDrillDownSettings

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/chronicle/v1/dashboard_chart.rb

Overview

Default drill down settings.

Instance Attribute Summary collapse

Instance Attribute Details

#enabled::Boolean

Returns Required. Whether the default drill down is enabled.

Returns:

  • (::Boolean)

    Required. Whether the default drill down is enabled.



566
567
568
569
# File 'proto_docs/google/cloud/chronicle/v1/dashboard_chart.rb', line 566

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