Struct google_youtube3::ChannelTopicDetails [] [src]

pub struct ChannelTopicDetails {
    pub topic_ids: Option<Vec<String>>,
    pub topic_categories: Option<Vec<String>>,
}

Freebase topic information related to the channel.

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

Fields

A list of Freebase topic IDs associated with the channel. You can retrieve information about each topic using the Freebase Topic API.

A list of Wikipedia URLs that describe the channel's content.

Trait Implementations

impl Default for ChannelTopicDetails
[src]

[src]

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

impl Clone for ChannelTopicDetails
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for ChannelTopicDetails
[src]

[src]

Formats the value using the given formatter.

impl Part for ChannelTopicDetails
[src]