SendMessageBatchEntry

@JsonSerializable
data class SendMessageBatchEntry(val Id: String, val MessageBody: String, val DelaySeconds: Int?, val MessageAttributes: Map<String, MessageFieldsDto>?, val MessageDedeuplicationId: String?, val MessageGroupId: String?, val MessageSystemAttributes: Map<String, MessageFieldsDto>?)

Constructors

Link copied to clipboard
constructor(id: String, payload: String, delaySeconds: Int? = null, attributes: List<MessageAttribute>? = null, deduplicationId: String? = null, messageGroupId: String? = null, messageSystemAttributes: List<MessageSystemAttribute>? = null)
constructor(Id: String, MessageBody: String, DelaySeconds: Int?, MessageAttributes: Map<String, MessageFieldsDto>?, MessageDedeuplicationId: String?, MessageGroupId: String?, MessageSystemAttributes: Map<String, MessageFieldsDto>?)

Properties

Link copied to clipboard
Link copied to clipboard
val Id: String
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard