Struct google_dfareporting3::PostalCode [−][src]
pub struct PostalCode {
pub code: Option<String>,
pub kind: Option<String>,
pub country_dart_id: Option<String>,
pub id: Option<String>,
pub country_code: Option<String>,
}Contains information about a postal code that can be targeted by ads.
Activities
This type is used in activities, which are methods you may call on this type or where this type is involved in. The list links the activity name, along with information about where it is used (one of request and response).
- get postal codes (response)
- list postal codes (none)
Fields
code: Option<String>
Postal code. This is equivalent to the id field.
kind: Option<String>
Identifies what kind of resource this is. Value: the fixed string "dfareporting#postalCode".
country_dart_id: Option<String>
DART ID of the country to which this postal code belongs.
id: Option<String>
ID of this postal code.
country_code: Option<String>
Country code of the country to which this postal code belongs.
Trait Implementations
impl Default for PostalCode[src]
impl Default for PostalCodefn default() -> PostalCode[src]
fn default() -> PostalCodeReturns the "default value" for a type. Read more
impl Clone for PostalCode[src]
impl Clone for PostalCodefn clone(&self) -> PostalCode[src]
fn clone(&self) -> PostalCodeReturns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
fn clone_from(&mut self, source: &Self)Performs copy-assignment from source. Read more
impl Debug for PostalCode[src]
impl Debug for PostalCodefn fmt(&self, f: &mut Formatter) -> Result[src]
fn fmt(&self, f: &mut Formatter) -> ResultFormats the value using the given formatter. Read more
impl Resource for PostalCode[src]
impl Resource for PostalCodeimpl ResponseResult for PostalCode[src]
impl ResponseResult for PostalCodeAuto Trait Implementations
impl Send for PostalCode
impl Send for PostalCodeimpl Sync for PostalCode
impl Sync for PostalCode