Struct google_adsense1d4::UrlChannel [] [src]

pub struct UrlChannel {
    pub kind: Option<String>,
    pub id: Option<String>,
    pub url_pattern: Option<String>,
}

There is no detailed description.

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

Fields

Kind of resource this is, in this case adsense#urlChannel.

Unique identifier of this URL channel. This should be considered an opaque identifier; it is not safe to rely on it being in any particular format.

URL Pattern of this URL channel. Does not include "http://" or "https://". Example: www.example.com/home

Trait Implementations

impl Default for UrlChannel
[src]

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

impl Clone for UrlChannel
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for UrlChannel
[src]

Formats the value using the given formatter.

impl Part for UrlChannel
[src]