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

A token specifying which result page to return.

Required. The maximum number of devices to show in a page of results. Must be between 1 and 100 inclusive.

Required. The list of customer IDs to search for.

Required. The section type of the device's provisioning record.

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