Struct google_adsensehost4d1::CustomChannel[][src]

pub struct CustomChannel {
    pub kind: Option<String>,
    pub code: Option<String>,
    pub id: Option<String>,
    pub name: 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

Kind of resource this is, in this case adsensehost#customChannel.

Code of this custom channel, not necessarily unique across ad clients.

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

Name of this custom channel.

Trait Implementations

impl Default for CustomChannel
[src]

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

impl Clone for CustomChannel
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for CustomChannel
[src]

Formats the value using the given formatter. Read more

impl RequestValue for CustomChannel
[src]

impl Resource for CustomChannel
[src]

impl ResponseResult for CustomChannel
[src]

Auto Trait Implementations