Class: Google::Cloud::Monitoring::Dashboard::V1::TableDisplayOptions

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

Overview

Table display options that can be reused.

Instance Attribute Summary collapse

Instance Attribute Details

#shown_columns::Array<::String>

Returns Optional. This field is unused and has been replaced by TimeSeriesTable.column_settings.

Returns:

  • (::Array<::String>)

    Optional. This field is unused and has been replaced by TimeSeriesTable.column_settings



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

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