[][src]Struct google_youtubereporting1::Report

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

download_url: Option<String>

The URL from which the report can be downloaded (max. 1000 characters).

job_expire_time: Option<String>

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

start_time: Option<String>

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

id: Option<String>

The server-generated ID of the report.

end_time: Option<String>

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

create_time: Option<String>

The date/time when this report was created.

job_id: Option<String>

The ID of the job that created this report.

Trait Implementations

impl ResponseResult for Report[src]

impl Clone for Report[src]

impl Default for Report[src]

impl Debug for Report[src]

impl Serialize for Report[src]

impl<'de> Deserialize<'de> for Report[src]

Auto Trait Implementations

impl Send for Report

impl Sync for Report

impl Unpin for Report

impl UnwindSafe for Report

impl RefUnwindSafe for Report

Blanket Implementations

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = !

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Typeable for T where
    T: Any

impl<T> DeserializeOwned for T where
    T: Deserialize<'de>, 
[src]