Struct google_bigquery2::JobReference [] [src]

pub struct JobReference {
    pub project_id: Option<String>,
    pub job_id: Option<String>,
}

There is no detailed description.

This type is not used in any activity, and only used as part of another schema.

Fields

[Required] The ID of the project containing this job.

[Required] The ID of the job. The ID must contain only letters (a-z, A-Z), numbers (0-9), underscores (_), or dashes (-). The maximum length is 1,024 characters.

Trait Implementations

impl Debug for JobReference
[src]

Formats the value using the given formatter.

impl Clone for JobReference
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Default for JobReference
[src]

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

impl Part for JobReference
[src]