GetServiceProfileResult

data class GetServiceProfileResult(val arn: String? = null, val id: String? = null, val loRaWan: ServiceProfileLoRaWanServiceProfile? = null, val name: String? = null, val tags: List<ServiceProfileTag>? = null)

Constructors

Link copied to clipboard
fun GetServiceProfileResult(arn: String? = null, id: String? = null, loRaWan: ServiceProfileLoRaWanServiceProfile? = null, name: String? = null, tags: List<ServiceProfileTag>? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val arn: String? = null

Service profile Arn. Returned after successful create.

Link copied to clipboard
val id: String? = null

Service profile Id. Returned after successful create.

Link copied to clipboard

LoRaWAN supports all LoRa specific attributes for service profile for CreateServiceProfile operation

Link copied to clipboard
val name: String? = null

Name of service profile

Link copied to clipboard

A list of key-value pairs that contain metadata for the service profile.