google_api_spectrum v0.1.0 GoogleApi.Spectrum.V1explorer.Model.DeviceOwner View Source
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.
Attributes
- operator (Vcard): The vCard contact information for the device operator is optional, but may be required by specific regulatory domains. Defaults to:
null
. - owner (Vcard): The vCard contact information for the individual or business that owns the device is required. Defaults to:
null
.
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields
Link to this section Types
Link to this type
t()
View Source
t() :: %GoogleApi.Spectrum.V1explorer.Model.DeviceOwner{ operator: GoogleApi.Spectrum.V1explorer.Model.Vcard.t(), owner: GoogleApi.Spectrum.V1explorer.Model.Vcard.t() }
Link to this section Functions
Unwrap a decoded JSON object into its complex fields.