Struct google_bigquery2::JobStatistics2ReservationUsage[][src]

pub struct JobStatistics2ReservationUsage {
    pub name: Option<String>,
    pub slot_ms: Option<String>,
}

[Output-only] Job resource usage breakdown by reservation.

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

Fields

[Output-only] Reservation name or "unreserved" for on-demand resources usage.

[Output-only] Slot-milliseconds the job spent in the given reservation.

Trait Implementations

impl Default for JobStatistics2ReservationUsage
[src]

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

impl Clone for JobStatistics2ReservationUsage
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for JobStatistics2ReservationUsage
[src]

Formats the value using the given formatter. Read more

impl NestedType for JobStatistics2ReservationUsage
[src]

impl Part for JobStatistics2ReservationUsage
[src]

Auto Trait Implementations