Struct google_youtubereporting1::Job [] [src]

pub struct Job {
    pub expire_time: Option<String>,
    pub report_type_id: Option<String>,
    pub name: Option<String>,
    pub system_managed: Option<bool>,
    pub create_time: Option<String>,
    pub id: Option<String>,
}

A job creating reports of a specific 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

The date/time when this job will expire/expired. After a job expired, no new reports are generated.

The type of reports this job creates. Corresponds to the ID of a ReportType.

The name of the job (max. 100 characters).

True if this a system-managed job that cannot be modified by the user; otherwise false.

The creation date/time of the job.

The server-generated ID of the job (max. 40 characters).

Trait Implementations

impl Debug for Job
[src]

Formats the value using the given formatter.

impl Clone for Job
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Default for Job
[src]

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

impl RequestValue for Job
[src]

impl Resource for Job
[src]

impl ResponseResult for Job
[src]