Struct google_androidmanagement1::Command [] [src]

pub struct Command {
    pub duration: Option<String>,
    pub reset_password_flags: Option<Vec<String>>,
    pub new_password: Option<String>,
    pub type_: Option<String>,
    pub create_time: Option<String>,
}

A command.

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 duration for which the command is valid. The command will expire if not executed by the device during this time. The default duration if unspecified is ten minutes. There is no maximum duration.

For commands of type RESET_PASSWORD, optionally specifies flags.

For commands of type RESET_PASSWORD, optionally specifies the new password.

The type of the command.

The timestamp at which the command was created. The timestamp is automatically generated by the server.

Trait Implementations

impl Default for Command
[src]

[src]

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

impl Clone for Command
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for Command
[src]

[src]

Formats the value using the given formatter.

impl RequestValue for Command
[src]