Struct google_youtubereporting1::ReportType[][src]

pub struct ReportType {
    pub system_managed: Option<bool>,
    pub id: Option<String>,
    pub name: Option<String>,
    pub deprecate_time: Option<String>,
}

A report type.

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

True if this a system-managed report type; otherwise false. Reporting jobs for system-managed report types are created automatically and can thus not be used in the CreateJob method.

The ID of the report type (max. 100 characters).

The name of the report type (max. 100 characters).

The date/time when this report type was/will be deprecated.

Trait Implementations

impl Default for ReportType
[src]

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

impl Clone for ReportType
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for ReportType
[src]

Formats the value using the given formatter. Read more

impl Resource for ReportType
[src]

Auto Trait Implementations

impl Send for ReportType

impl Sync for ReportType