pub struct Customer {
    pub client: Client,
}

Fields

client: Client

Implementations

This function performs a GET to the /admin/directory/v1/customer/{customerId}/devices/chromeos/{deviceId}/commands/{commandId} endpoint.

Gets command data a specific command issued to the device.

Parameters:

  • customer_id: &str – Immutable. Immutable ID of the Google Workspace account.
  • device_id: &str – Immutable. Immutable ID of Chrome OS Device.
  • command_id: &str – Immutable. Immutable ID of Chrome OS Device Command.

This function performs a POST to the /admin/directory/v1/customer/{customerId}/devices/chromeos/{deviceId}:issueCommand endpoint.

Issues a command for the device to execute.

Parameters:

  • customer_id: &str – Immutable. Immutable ID of the Google Workspace account.
  • device_id: &str – Immutable. Immutable ID of Chrome OS Device.

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Returns the argument unchanged.

Attaches the provided Context to this type, returning a WithContext wrapper. Read more

Attaches the current Context to this type, returning a WithContext wrapper. Read more

Instruments this type with the provided Span, returning an Instrumented wrapper. Read more

Instruments this type with the current Span, returning an Instrumented wrapper. Read more

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

Attaches the provided Subscriber to this type, returning a WithDispatch wrapper. Read more

Attaches the current default Subscriber to this type, returning a WithDispatch wrapper. Read more