Struct google_youtube3::ActivityContentDetailsBulletin [] [src]

pub struct ActivityContentDetailsBulletin {
    pub resource_id: Option<ResourceId>,
}

Details about a channel bulletin post.

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

Fields

The resourceId object contains information that identifies the resource associated with a bulletin post.

Trait Implementations

impl Default for ActivityContentDetailsBulletin
[src]

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

impl Clone for ActivityContentDetailsBulletin
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for ActivityContentDetailsBulletin
[src]

Formats the value using the given formatter.

impl Part for ActivityContentDetailsBulletin
[src]