GetDevicesPlainArgs

data class GetDevicesPlainArgs(val accountId: String) : ConvertibleToJava<GetDevicesPlainArgs>

A collection of arguments for invoking getDevices.

Constructors

Link copied to clipboard
constructor(accountId: String)

Properties

Link copied to clipboard

The account identifier to target for the resource.

Functions

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