Struct google_spectrum1_explorer::DeviceOwner[][src]

pub struct DeviceOwner {
    pub operator: Option<Vcard>,
    pub owner: Option<Vcard>,
}

This parameter contains device-owner information required as part of device registration. The regulatory domains may require additional parameters.

All contact information must be expressed using the structure defined by the vCard format specification. Only the contact fields of vCard are supported:

  • fn: Full name of an individual
  • org: Name of the organization
  • adr: Address fields
  • tel: Telephone numbers
  • email: Email addresses

Note that the vCard specification defines maximum lengths for each field.

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

Fields

The vCard contact information for the device operator is optional, but may be required by specific regulatory domains.

The vCard contact information for the individual or business that owns the device is required.

Trait Implementations

impl Default for DeviceOwner
[src]

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

impl Clone for DeviceOwner
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for DeviceOwner
[src]

Formats the value using the given formatter. Read more

impl Part for DeviceOwner
[src]

Auto Trait Implementations

impl Send for DeviceOwner

impl Sync for DeviceOwner