Class: Google::Shopping::Merchant::Accounts::V1beta::Table

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/shopping/merchant/accounts/v1beta/shippingsettings.rb

Overview

A table defining the rate group, when single_value is not expressive enough.

Instance Attribute Summary collapse

Instance Attribute Details

#column_headers::Google::Shopping::Merchant::Accounts::V1beta::Headers

Returns Headers of the table's columns. Optional: if not set then the table has only one dimension.

Returns:



501
502
503
504
# File 'proto_docs/google/shopping/merchant/accounts/v1beta/shippingsettings.rb', line 501

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

#name::String

Returns Name of the table. Required for subtables, ignored for the main table.

Returns:

  • (::String)

    Name of the table. Required for subtables, ignored for the main table.



501
502
503
504
# File 'proto_docs/google/shopping/merchant/accounts/v1beta/shippingsettings.rb', line 501

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

#row_headers::Google::Shopping::Merchant::Accounts::V1beta::Headers

Returns Required. Headers of the table's rows.

Returns:



501
502
503
504
# File 'proto_docs/google/shopping/merchant/accounts/v1beta/shippingsettings.rb', line 501

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

#rows::Array<::Google::Shopping::Merchant::Accounts::V1beta::Row>

Returns Required. The list of rows that constitute the table. Must have the same length as row_headers.

Returns:



501
502
503
504
# File 'proto_docs/google/shopping/merchant/accounts/v1beta/shippingsettings.rb', line 501

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