Struct google_manager1_beta2::Action [] [src]

pub struct Action {
    pub timeout_ms: Option<i32>,
    pub commands: Option<Vec<String>>,
}

An Action encapsulates a set of commands as a single runnable module with additional information needed during run-time.

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

Fields

The timeout in milliseconds for this action to run.

A list of commands to run sequentially for this action.

Trait Implementations

impl Debug for Action
[src]

Formats the value using the given formatter.

impl Clone for Action
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Default for Action
[src]

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

impl Part for Action
[src]