Struct google_adsense1d4::AdCode[][src]

pub struct AdCode {
    pub amp_body: Option<String>,
    pub ad_code: Option<String>,
    pub kind: Option<String>,
    pub amp_head: Option<String>,
}

There is no detailed description.

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).

Fields

The AMP Auto ad code snippet that goes in the body of an AMP page.

The Auto ad code snippet. The ad code snippet.

Kind this is, in this case adsense#adCode.

The AMP Auto ad code snippet that goes in the head of an AMP page.

Trait Implementations

impl Default for AdCode
[src]

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

impl Clone for AdCode
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for AdCode
[src]

Formats the value using the given formatter. Read more

impl ResponseResult for AdCode
[src]

Auto Trait Implementations

impl Send for AdCode

impl Sync for AdCode