GetDevicePlainArgs

data class GetDevicePlainArgs(val deviceId: String, val fieldMask: String? = null, val location: String, val project: String? = null, val registryId: String) : ConvertibleToJava<GetDevicePlainArgs>

Constructors

Link copied to clipboard
constructor(deviceId: String, fieldMask: String? = null, location: String, project: String? = null, registryId: String)

Properties

Link copied to clipboard
Link copied to clipboard
val fieldMask: String? = null
Link copied to clipboard
Link copied to clipboard
val project: String? = null
Link copied to clipboard

Functions

Link copied to clipboard
open override fun toJava(): GetDevicePlainArgs