toggle menu
river
jvm
switch theme
search in API
connector-azure-queue-storage
/
com.river.connector.azure.queue.storage.model
/
SendMessageRequest
Send
Message
Request
data
class
SendMessageRequest
(
val
text
:
String
,
val
visibilityTimeout
:
Duration
?
=
null
,
val
ttl
:
Duration
?
=
null
)
Members
Constructors
Send
Message
Request
Link copied to clipboard
constructor
(
text
:
String
,
visibilityTimeout
:
Duration
?
=
null
,
ttl
:
Duration
?
=
null
)
Properties
text
Link copied to clipboard
val
text
:
String
ttl
Link copied to clipboard
val
ttl
:
Duration
?
=
null
visibility
Timeout
Link copied to clipboard
val
visibilityTimeout
:
Duration
?
=
null