Class: Google::Cloud::Chronicle::V1::DashboardChart::Visualization::Series::GaugeValue
- Inherits:
-
Object
- Object
- Google::Cloud::Chronicle::V1::DashboardChart::Visualization::Series::GaugeValue
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/chronicle/v1/dashboard_chart.rb
Overview
Field to be saved for retrieving value and color for gauge chart
Instance Attribute Summary collapse
-
#color ⇒ ::String
Optional.
-
#value ⇒ ::Integer
Optional.
Instance Attribute Details
#color ⇒ ::String
Returns Optional. Color for gauge chart.
296 297 298 299 |
# File 'proto_docs/google/cloud/chronicle/v1/dashboard_chart.rb', line 296 class GaugeValue include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#value ⇒ ::Integer
Returns Optional. Value for gauge chart.
296 297 298 299 |
# File 'proto_docs/google/cloud/chronicle/v1/dashboard_chart.rb', line 296 class GaugeValue include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |