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
fun GetDevicePlainArgs(deviceId: String, fieldMask: String? = null, location: String, project: String? = null, registryId: String)

Functions

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

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