Struct google_androiddeviceprovisioning1::FindDevicesByOwnerRequest[][src]

pub struct FindDevicesByOwnerRequest {
    pub page_token: Option<String>,
    pub limit: Option<String>,
    pub customer_id: Option<Vec<String>>,
    pub section_type: Option<String>,
}

Request to find devices by customers.

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

Page token.

The number of devices to show in the result.

List of customer IDs to search for.

The section type.

Trait Implementations

impl Default for FindDevicesByOwnerRequest
[src]

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

impl Clone for FindDevicesByOwnerRequest
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for FindDevicesByOwnerRequest
[src]

Formats the value using the given formatter. Read more

impl RequestValue for FindDevicesByOwnerRequest
[src]

Auto Trait Implementations