Struct google_taskqueue1_beta2::TaskQueueStats [] [src]

pub struct TaskQueueStats {
    pub oldest_task: Option<String>,
    pub leased_last_minute: Option<String>,
    pub leased_last_hour: Option<String>,
    pub total_tasks: Option<i32>,
}

Statistics for the TaskQueue object in question.

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

Fields

The timestamp (in seconds since the epoch) of the oldest unfinished task.

Number of tasks leased in the last minute.

Number of tasks leased in the last hour.

Number of tasks in the queue.

Trait Implementations

impl Default for TaskQueueStats
[src]

[src]

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

impl Clone for TaskQueueStats
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for TaskQueueStats
[src]

[src]

Formats the value using the given formatter.

impl NestedType for TaskQueueStats
[src]

impl Part for TaskQueueStats
[src]