Class CreateCustomerRequest
Request message to create a customer.
Implements
Inherited Members
Namespace: Google.Apis.AndroidProvisioningPartner.v1.Data
Assembly: Google.Apis.AndroidProvisioningPartner.v1.dll
Syntax
public class CreateCustomerRequest : IDirectResponseSchema
Properties
Customer
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.
Declaration
[JsonProperty("customer")]
public virtual Company Customer { get; set; }
Property Value
Type | Description |
---|---|
Company |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |