DeviceDexTestTargetPolicy

data class DeviceDexTestTargetPolicy(val default: Boolean? = null, val id: String? = null, val name: String? = null)

Constructors

Link copied to clipboard
constructor(default: Boolean? = null, id: String? = null, name: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val default: Boolean? = null

Whether the profile is the account default

Link copied to clipboard
val id: String? = null

The id of the device settings profile

Link copied to clipboard
val name: String? = null

The name of the device settings profile