Struct google_jobs3::DeviceInfo[][src]

pub struct DeviceInfo {
    pub device_type: Option<String>,
    pub id: Option<String>,
}

Device information collected from the job seeker, candidate, or other entity conducting the job search. Providing this information improves the quality of the search results across devices.

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

Fields

Optional.

Type of the device.

Optional.

A device-specific ID. The ID must be a unique identifier that distinguishes the device from other devices.

Trait Implementations

impl Default for DeviceInfo
[src]

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

impl Clone for DeviceInfo
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for DeviceInfo
[src]

Formats the value using the given formatter. Read more

impl Part for DeviceInfo
[src]

Auto Trait Implementations

impl Send for DeviceInfo

impl Sync for DeviceInfo