PutMessagesDetails¶
-
class
oci.queue.models.
PutMessagesDetails
(**kwargs)¶ Bases:
object
The details of a PutMessages request.
Methods
__init__
(**kwargs)Initializes a new PutMessagesDetails object with values from keyword arguments. Attributes
messages
[Required] Gets the messages of this PutMessagesDetails. -
__init__
(**kwargs)¶ Initializes a new PutMessagesDetails object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: messages (list[oci.queue.models.PutMessagesDetailsEntry]) – The value to assign to the messages property of this PutMessagesDetails.
-
messages
¶ [Required] Gets the messages of this PutMessagesDetails. The array of messages to put into a queue.
Returns: The messages of this PutMessagesDetails. Return type: list[oci.queue.models.PutMessagesDetailsEntry]
-