View Source GoogleApi.AndroidDeviceProvisioning.V1.Model.CreateCustomerRequest (google_api_android_device_provisioning v0.19.0)

Request 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 for companyName and at least one owner_email that's associated with a Google Account. The values for companyId and name must 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
}

Functions

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.