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

Properties

virtual string PostalCodeRangeBegin [get, set]
 A postal code or a pattern of the form prefix* denoting the inclusive lower bound of the range defining the area. Examples values: "94108", "9410*", "9*". Required. More...
 
virtual string PostalCodeRangeEnd [get, set]
 A postal code or a pattern of the form prefix* denoting the inclusive upper bound of the range defining the area. It must have the same length as postalCodeRangeBegin: if postalCodeRangeBegin is a postal code then postalCodeRangeEnd must be a postal code too; if postalCodeRangeBegin is a pattern then postalCodeRangeEnd must be a pattern with the same prefix length. Optional: if not set, then the area is defined as being all the postal codes matching postalCodeRangeBegin. More...
 
virtual string ETag [get, set]
 The ETag of the item. More...
 
- Properties inherited from Google::Apis::Requests::IDirectResponseSchema
string ETag
 

Property Documentation

◆ ETag

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

The ETag of the item.

◆ PostalCodeRangeBegin

virtual string Google.Apis.ShoppingContent.v2_1.Data.PostalCodeRange.PostalCodeRangeBegin
getset

A postal code or a pattern of the form prefix* denoting the inclusive lower bound of the range defining the area. Examples values: "94108", "9410*", "9*". Required.

◆ PostalCodeRangeEnd

virtual string Google.Apis.ShoppingContent.v2_1.Data.PostalCodeRange.PostalCodeRangeEnd
getset

A postal code or a pattern of the form prefix* denoting the inclusive upper bound of the range defining the area. It must have the same length as postalCodeRangeBegin: if postalCodeRangeBegin is a postal code then postalCodeRangeEnd must be a postal code too; if postalCodeRangeBegin is a pattern then postalCodeRangeEnd must be a pattern with the same prefix length. Optional: if not set, then the area is defined as being all the postal codes matching postalCodeRangeBegin.


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