PutMessages¶
-
class
oci.queue.models.
PutMessages
(**kwargs)¶ Bases:
object
A list of the messages published to a queue.
Methods
__init__
(**kwargs)Initializes a new PutMessages object with values from keyword arguments. Attributes
messages
[Required] Gets the messages of this PutMessages. -
__init__
(**kwargs)¶ Initializes a new PutMessages 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.PutMessage]) – The value to assign to the messages property of this PutMessages.
-
messages
¶ [Required] Gets the messages of this PutMessages. The messages that have been published to a queue.
Returns: The messages of this PutMessages. Return type: list[oci.queue.models.PutMessage]
-