Get Device Profile Result
data class GetDeviceProfileResult(val arn: String? = null, val id: String? = null, val loRaWan: DeviceProfileLoRaWanDeviceProfile? = null, val name: String? = null, val tags: List<Tag>? = null)