DeleteMessagesDetailsEntry

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

Bases: object

Object that represents a message to delete from a queue.

Methods

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

Attributes

receipt [Required] Gets the receipt of this DeleteMessagesDetailsEntry.
__init__(**kwargs)

Initializes a new DeleteMessagesDetailsEntry object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):

Parameters:receipt (str) – The value to assign to the receipt property of this DeleteMessagesDetailsEntry.
receipt

[Required] Gets the receipt of this DeleteMessagesDetailsEntry. The receipt of the message to delete.

Returns:The receipt of this DeleteMessagesDetailsEntry.
Return type:str