content  v2.1
Properties | List of all members
Google.Apis.ShoppingContent.v2_1.Data.Headers Class Reference

A non-empty list of row or column headers for a table. Exactly one of prices, weights, numItems, postalCodeGroupNames, or location must be set. More...

Inheritance diagram for Google.Apis.ShoppingContent.v2_1.Data.Headers:
Google::Apis::Requests::IDirectResponseSchema

Properties

virtual System.Collections.Generic.IList< LocationIdSetLocations [get, set]
 A list of location ID sets. Must be non-empty. Can only be set if all other fields are not set. More...
 
virtual System.Collections.Generic.IList< string > NumberOfItems [get, set]
 A list of inclusive number of items upper bounds. The last value can be "infinity". For example ["10", "50", "infinity"] represents the headers "<= 10 items", " 50 items". Must be non-empty. Can only be set if all other fields are not set. More...
 
virtual System.Collections.Generic.IList< string > PostalCodeGroupNames [get, set]
 A list of postal group names. The last value can be "all other locations". Example: ["zone 1", "zone 2", "all other locations"]. The referred postal code groups must match the delivery country of the service. Must be non-empty. Can only be set if all other fields are not set. More...
 
virtual System.Collections.Generic.IList< PricePrices [get, set]
 A list of inclusive order price upper bounds. The last price's value can be "infinity". For example [{"value": "10", "currency": "USD"}, {"value": "500", "currency": "USD"}, {"value": "infinity", "currency": "USD"}] represents the headers "<= $10", " $500". All prices within a service must have the same currency. Must be non-empty. Can only be set if all other fields are not set. More...
 
virtual System.Collections.Generic.IList< WeightWeights [get, set]
 A list of inclusive order weight upper bounds. The last weight's value can be "infinity". For example [{"value": "10", "unit": "kg"}, {"value": "50", "unit": "kg"}, {"value": "infinity", "unit": "kg"}] represents the headers "<= 10kg", " 50kg". All weights within a service must have the same unit. Must be non-empty. Can only be set if all other fields are not set. More...
 
virtual string ETag [get, set]
 The ETag of the item. More...
 
- Properties inherited from Google::Apis::Requests::IDirectResponseSchema
string ETag
 

Detailed Description

A non-empty list of row or column headers for a table. Exactly one of prices, weights, numItems, postalCodeGroupNames, or location must be set.

Property Documentation

◆ ETag

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

The ETag of the item.

◆ Locations

virtual System.Collections.Generic.IList<LocationIdSet> Google.Apis.ShoppingContent.v2_1.Data.Headers.Locations
getset

A list of location ID sets. Must be non-empty. Can only be set if all other fields are not set.

◆ NumberOfItems

virtual System.Collections.Generic.IList<string> Google.Apis.ShoppingContent.v2_1.Data.Headers.NumberOfItems
getset

A list of inclusive number of items upper bounds. The last value can be "infinity". For example ["10", "50", "infinity"] represents the headers "<= 10 items", " 50 items". Must be non-empty. Can only be set if all other fields are not set.

◆ PostalCodeGroupNames

virtual System.Collections.Generic.IList<string> Google.Apis.ShoppingContent.v2_1.Data.Headers.PostalCodeGroupNames
getset

A list of postal group names. The last value can be "all other locations". Example: ["zone 1", "zone 2", "all other locations"]. The referred postal code groups must match the delivery country of the service. Must be non-empty. Can only be set if all other fields are not set.

◆ Prices

virtual System.Collections.Generic.IList<Price> Google.Apis.ShoppingContent.v2_1.Data.Headers.Prices
getset

A list of inclusive order price upper bounds. The last price's value can be "infinity". For example [{"value": "10", "currency": "USD"}, {"value": "500", "currency": "USD"}, {"value": "infinity", "currency": "USD"}] represents the headers "<= $10", " $500". All prices within a service must have the same currency. Must be non-empty. Can only be set if all other fields are not set.

◆ Weights

virtual System.Collections.Generic.IList<Weight> Google.Apis.ShoppingContent.v2_1.Data.Headers.Weights
getset

A list of inclusive order weight upper bounds. The last weight's value can be "infinity". For example [{"value": "10", "unit": "kg"}, {"value": "50", "unit": "kg"}, {"value": "infinity", "unit": "kg"}] represents the headers "<= 10kg", " 50kg". All weights within a service must have the same unit. Must be non-empty. Can only be set if all other fields are not set.


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