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