Struct google_youtube3::VideoAbuseReportReasonSnippet [] [src]

pub struct VideoAbuseReportReasonSnippet {
    pub secondary_reasons: Option<Vec<VideoAbuseReportSecondaryReason>>,
    pub label: Option<String>,
}

Basic details about a video category, such as its localized title.

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

Fields

The secondary reasons associated with this reason, if any are available. (There might be 0 or more.)

The localized label belonging to this abuse report reason.

Trait Implementations

impl Default for VideoAbuseReportReasonSnippet
[src]

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

impl Clone for VideoAbuseReportReasonSnippet
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for VideoAbuseReportReasonSnippet
[src]

Formats the value using the given formatter.

impl Part for VideoAbuseReportReasonSnippet
[src]