Struct google_youtube3::VideoAbuseReport [] [src]

pub struct VideoAbuseReport {
    pub secondary_reason_id: Option<String>,
    pub reason_id: Option<String>,
    pub comments: Option<String>,
    pub language: Option<String>,
    pub video_id: 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

The specific, or secondary, reason that this content is abusive (if available). The value is an abuse report reason ID that is a valid secondary reason for the primary reason.

The high-level, or primary, reason that the content is abusive. The value is an abuse report reason ID.

Additional comments regarding the abuse report.

The language that the content was viewed in.

The ID that YouTube uses to uniquely identify the video.

Trait Implementations

impl Debug for VideoAbuseReport
[src]

Formats the value using the given formatter.

impl Clone for VideoAbuseReport
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Default for VideoAbuseReport
[src]

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

impl RequestValue for VideoAbuseReport
[src]