Feedback Properties Response
data class FeedbackPropertiesResponse(val lockDurationAsIso8601: String? = null, val maxDeliveryCount: Int? = null, val ttlAsIso8601: String? = null)
The properties of the feedback queue for cloud-to-device messages.
Constructors
Link copied to clipboard
fun FeedbackPropertiesResponse(lockDurationAsIso8601: String? = null, maxDeliveryCount: Int? = null, ttlAsIso8601: String? = null)