Class: Google::Cloud::Chronicle::V1::DashboardChart::DrillDownConfig::DrillDown::CustomDrillDownSettings::DrillDownQuery
- Inherits:
-
Object
- Object
- Google::Cloud::Chronicle::V1::DashboardChart::DrillDownConfig::DrillDown::CustomDrillDownSettings::DrillDownQuery
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/chronicle/v1/dashboard_chart.rb
Overview
Drill down query config.
Instance Attribute Summary collapse
-
#query ⇒ ::String
Required.
Instance Attribute Details
#query ⇒ ::String
Returns Required. Search query to be executed on drill down.
602 603 604 605 |
# File 'proto_docs/google/cloud/chronicle/v1/dashboard_chart.rb', line 602 class DrillDownQuery include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |