Struct google_content2::PostalCodeGroup [] [src]

pub struct PostalCodeGroup {
    pub postal_code_ranges: Option<Vec<PostalCodeRange>>,
    pub country: Option<String>,
    pub name: Option<String>,
}

There is no detailed description.

This type is not used in any activity, and only used as part of another schema.

Fields

A range of postal codes. Required.

The CLDR territory code of the country the postal code group applies to. Required.

The name of the postal code group, referred to in headers. Required.

Trait Implementations

impl Default for PostalCodeGroup
[src]

Returns the "default value" for a type. Read more

impl Clone for PostalCodeGroup
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for PostalCodeGroup
[src]

Formats the value using the given formatter.

impl Part for PostalCodeGroup
[src]