Show / Hide Table of Contents

Class DpcMigrationInfo

Information related to whether this device was migrated from being managed by another Device Policy Controller (DPC).

Inheritance
object
DpcMigrationInfo
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.AndroidManagement.v1.Data
Assembly: Google.Apis.AndroidManagement.v1.dll
Syntax
public class DpcMigrationInfo : IDirectResponseSchema

Properties

AdditionalData

Output only. If this device was migrated from another DPC, the additionalData field of the migration token is populated here.

Declaration
[JsonProperty("additionalData")]
public virtual string AdditionalData { get; set; }
Property Value
Type Description
string

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

PreviousDpc

Output only. If this device was migrated from another DPC, this is its package name. Not populated otherwise.

Declaration
[JsonProperty("previousDpc")]
public virtual string PreviousDpc { get; set; }
Property Value
Type Description
string

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX