GoogleApi.AndroidDeviceProvisioning.V1.Model.CreateCustomerRequest (google_api_android_device_provisioning v0.20.2)
View SourceRequest message to create a customer.
Attributes
-
customer(type:GoogleApi.AndroidDeviceProvisioning.V1.Model.Company.t, default:nil) - Required. The company data to populate the new customer. Must contain a value forcompanyNameand at least oneowner_emailthat's associated with a Google Account. The values forcompanyIdandnamemust be empty.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.AndroidDeviceProvisioning.V1.Model.CreateCustomerRequest{ customer: GoogleApi.AndroidDeviceProvisioning.V1.Model.Company.t() | nil }