Class PostalCodeRange
Inheritance
System.Object
PostalCodeRange
Implements
Google.Apis.Requests.IDirectResponseSchema
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Google.Apis.ShoppingContent.v2.Data
Assembly: Google.Apis.ShoppingContent.v2.dll
Syntax
public class PostalCodeRange : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
System.String |
PostalCodeRangeBegin
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.
Declaration
[JsonProperty("postalCodeRangeBegin")]
public virtual string PostalCodeRangeBegin { get; set; }
Property Value
Type | Description |
---|---|
System.String |
PostalCodeRangeEnd
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
.
Declaration
[JsonProperty("postalCodeRangeEnd")]
public virtual string PostalCodeRangeEnd { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Implements
Google.Apis.Requests.IDirectResponseSchema