Struct google_youtubereporting1::Report [] [src]

pub struct Report {
    pub download_url: Option<String>,
    pub job_expire_time: Option<String>,
    pub start_time: Option<String>,
    pub id: Option<String>,
    pub end_time: Option<String>,
    pub create_time: Option<String>,
    pub job_id: Option<String>,
}

A report's metadata including the URL from which the report itself can be downloaded.

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 URL from which the report can be downloaded (max. 1000 characters).

The date/time when the job this report belongs to will expire/expired.

The start of the time period that the report instance covers. The value is inclusive.

The server-generated ID of the report.

The end of the time period that the report instance covers. The value is exclusive.

The date/time when this report was created.

The ID of the job that created this report.

Trait Implementations

impl Default for Report
[src]

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

impl Clone for Report
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for Report
[src]

Formats the value using the given formatter.

impl ResponseResult for Report
[src]