content  v2.1
Properties | List of all members
Google.Apis.ShoppingContent.v2_1.Data.Table Class Reference
Inheritance diagram for Google.Apis.ShoppingContent.v2_1.Data.Table:
Google::Apis::Requests::IDirectResponseSchema

Properties

virtual Headers ColumnHeaders [get, set]
 Headers of the table's columns. Optional: if not set then the table has only one dimension. More...
 
virtual string Name [get, set]
 Name of the table. Required for subtables, ignored for the main table. More...
 
virtual Headers RowHeaders [get, set]
 Headers of the table's rows. Required. More...
 
virtual System.Collections.Generic.IList< RowRows [get, set]
 The list of rows that constitute the table. Must have the same length as rowHeaders. Required. More...
 
virtual string ETag [get, set]
 The ETag of the item. More...
 
- Properties inherited from Google::Apis::Requests::IDirectResponseSchema
string ETag
 

Property Documentation

◆ ColumnHeaders

virtual Headers Google.Apis.ShoppingContent.v2_1.Data.Table.ColumnHeaders
getset

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

◆ ETag

virtual string Google.Apis.ShoppingContent.v2_1.Data.Table.ETag
getset

The ETag of the item.

◆ Name

virtual string Google.Apis.ShoppingContent.v2_1.Data.Table.Name
getset

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

◆ RowHeaders

virtual Headers Google.Apis.ShoppingContent.v2_1.Data.Table.RowHeaders
getset

Headers of the table's rows. Required.

◆ Rows

virtual System.Collections.Generic.IList<Row> Google.Apis.ShoppingContent.v2_1.Data.Table.Rows
getset

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


The documentation for this class was generated from the following file: