Struct google_autoscaler1_beta2::Operation [] [src]

pub struct Operation {
    pub status: Option<String>,
    pub insert_time: Option<String>,
    pub warnings: Option<Vec<OperationWarnings>>,
    pub error: Option<OperationError>,
    pub target_id: Option<String>,
    pub target_link: Option<String>,
    pub start_time: Option<String>,
    pub client_operation_id: Option<String>,
    pub creation_timestamp: Option<String>,
    pub id: Option<String>,
    pub kind: Option<String>,
    pub name: Option<String>,
    pub zone: Option<String>,
    pub region: Option<String>,
    pub self_link: Option<String>,
    pub operation_type: Option<String>,
    pub http_error_message: Option<String>,
    pub progress: Option<i32>,
    pub end_time: Option<String>,
    pub http_error_status_code: Option<i32>,
    pub status_message: Option<String>,
    pub user: Option<String>,
}

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

no description provided

no description provided

no description provided

no description provided

no description provided

no description provided

no description provided

no description provided

no description provided

no description provided

[Output Only] Type of the resource. Always compute#Operation for Operation resources.

no description provided

no description provided

no description provided

no description provided

no description provided

no description provided

no description provided

no description provided

no description provided

no description provided

no description provided

Trait Implementations

impl Debug for Operation
[src]

Formats the value using the given formatter.

impl Clone for Operation
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Default for Operation
[src]

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

impl ResponseResult for Operation
[src]