Struct google_taskqueue1_beta2::TaskQueue [] [src]

pub struct TaskQueue {
    pub kind: Option<String>,
    pub stats: Option<TaskQueueStats>,
    pub id: Option<String>,
    pub max_leases: Option<i32>,
    pub acl: Option<TaskQueueAcl>,
}

There is no detailed description.

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 kind of REST object returned, in this case taskqueue.

Statistics for the TaskQueue object in question.

Name of the taskqueue.

The number of times we should lease out tasks before giving up on them. If unset we lease them out forever until a worker deletes the task.

ACLs that are applicable to this TaskQueue object.

Trait Implementations

impl Default for TaskQueue
[src]

[src]

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

impl Clone for TaskQueue
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for TaskQueue
[src]

[src]

Formats the value using the given formatter.

impl Resource for TaskQueue
[src]

impl ResponseResult for TaskQueue
[src]