GetMulticastGroupResult

data class GetMulticastGroupResult(val arn: String? = null, val associateWirelessDevice: String? = null, val description: String? = null, val disassociateWirelessDevice: String? = null, val id: String? = null, val loRaWan: MulticastGroupLoRaWan? = null, val name: String? = null, val status: String? = null, val tags: List<Tag>? = null)

Constructors

Link copied to clipboard
constructor(arn: String? = null, associateWirelessDevice: String? = null, description: String? = null, disassociateWirelessDevice: String? = null, id: String? = null, loRaWan: MulticastGroupLoRaWan? = null, name: String? = null, status: String? = null, tags: List<Tag>? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val arn: String? = null

Multicast group arn. Returned after successful create.

Link copied to clipboard

Wireless device to associate. Only for update request.

Link copied to clipboard
val description: String? = null

Multicast group description

Link copied to clipboard

Wireless device to disassociate. Only for update request.

Link copied to clipboard
val id: String? = null

Multicast group id. Returned after successful create.

Link copied to clipboard

Multicast group LoRaWAN

Link copied to clipboard
val name: String? = null

Name of Multicast group

Link copied to clipboard
val status: String? = null

Multicast group status. Returned after successful read.

Link copied to clipboard
val tags: List<Tag>? = null

A list of key-value pairs that contain metadata for the Multicast group.