Class CustomerApplyConfigurationRequest
Request message for customer to assign a configuration to device.
Implements
Inherited Members
Namespace: Google.Apis.AndroidProvisioningPartner.v1.Data
Assembly: Google.Apis.AndroidProvisioningPartner.v1.dll
Syntax
public class CustomerApplyConfigurationRequest : IDirectResponseSchema
Properties
Configuration
Required. The configuration applied to the device in the format
customers/[CUSTOMER_ID]/configurations/[CONFIGURATION_ID]
.
Declaration
[JsonProperty("configuration")]
public virtual string Configuration { get; set; }
Property Value
Type | Description |
---|---|
string |
Device
Required. The device the configuration is applied to. There are custom validations in ApplyConfigurationRequestValidator
Declaration
[JsonProperty("device")]
public virtual DeviceReference Device { get; set; }
Property Value
Type | Description |
---|---|
DeviceReference |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |