ServiceBusQueueMessageResponse

data class ServiceBusQueueMessageResponse(val authentication: ServiceBusAuthenticationResponse? = null, val brokeredMessageProperties: ServiceBusBrokeredMessagePropertiesResponse? = null, val customMessageProperties: Map<String, String>? = null, val message: String? = null, val namespace: String? = null, val queueName: String? = null, val transportType: String? = null)

Constructors

Link copied to clipboard
constructor(authentication: ServiceBusAuthenticationResponse? = null, brokeredMessageProperties: ServiceBusBrokeredMessagePropertiesResponse? = null, customMessageProperties: Map<String, String>? = null, message: String? = null, namespace: String? = null, queueName: String? = null, transportType: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Gets or sets the Service Bus authentication.

Link copied to clipboard

Gets or sets the brokered message properties.

Link copied to clipboard

Gets or sets the custom message properties.

Link copied to clipboard
val message: String? = null

Gets or sets the message.

Link copied to clipboard
val namespace: String? = null

Gets or sets the namespace.

Link copied to clipboard
val queueName: String? = null

Gets or sets the queue name.

Link copied to clipboard
val transportType: String? = null

Gets or sets the transport type.