Cloud To Device Properties Response
data class CloudToDevicePropertiesResponse(val defaultTtlAsIso8601: String? = null, val feedback: FeedbackPropertiesResponse? = null, val maxDeliveryCount: Int? = null)
The IoT hub cloud-to-device messaging properties.
Constructors
Link copied to clipboard
fun CloudToDevicePropertiesResponse(defaultTtlAsIso8601: String? = null, feedback: FeedbackPropertiesResponse? = null, maxDeliveryCount: Int? = null)