GetMessages

class oci.queue.models.GetMessages(**kwargs)

Bases: object

A list of messages from a queue.

Methods

__init__(**kwargs) Initializes a new GetMessages object with values from keyword arguments.

Attributes

messages [Required] Gets the messages of this GetMessages.
__init__(**kwargs)

Initializes a new GetMessages 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.GetMessage]) – The value to assign to the messages property of this GetMessages.
messages

[Required] Gets the messages of this GetMessages. List of messages from a queue.

Returns:The messages of this GetMessages.
Return type:list[oci.queue.models.GetMessage]