Class: Google::Cloud::Chronicle::V1::DashboardChart::Visualization::ColumnTooltipSettings

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

Settings for tooltip for column header and cell.

Instance Attribute Summary collapse

Instance Attribute Details

#cell_tooltip_text::String

Returns Optional. Column cell tooltip text.

Returns:

  • (::String)

    Optional. Column cell tooltip text.



408
409
410
411
# File 'proto_docs/google/cloud/chronicle/v1/dashboard_chart.rb', line 408

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

#field::String

Returns Required. Field key in data.

Returns:

  • (::String)

    Required. Field key in data.



408
409
410
411
# File 'proto_docs/google/cloud/chronicle/v1/dashboard_chart.rb', line 408

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

#header_tooltip_text::String

Returns Optional. Column header tooltip text.

Returns:

  • (::String)

    Optional. Column header tooltip text.



408
409
410
411
# File 'proto_docs/google/cloud/chronicle/v1/dashboard_chart.rb', line 408

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