Show / Hide Table of Contents

Class CustomerApplyConfigurationRequest

Request message for customer to assign a configuration to device.

Inheritance
object
CustomerApplyConfigurationRequest
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX