Package-level declarations

Types

Link copied to clipboard
data class GetDeviceGroupsPlainArgs(val enableDetails: Boolean? = null, val groupName: String? = null, val ids: List<String>? = null, val iotInstanceId: String? = null, val nameRegex: String? = null, val outputFile: String? = null, val superGroupId: String? = null) : ConvertibleToJava<GetDeviceGroupsPlainArgs>

A collection of arguments for invoking getDeviceGroups.

Link copied to clipboard
data class GetServicePlainArgs(val enable: String? = null) : ConvertibleToJava<GetServicePlainArgs>

A collection of arguments for invoking getService.