ruạṛ
a ���f� � @ s8 d dl mZmZmZ d dlmZ eG dd� de��ZdS )� )�formatted_flat_dict� NONE_SENTINEL�#value_allowed_none_or_none_sentinel)�init_model_state_from_kwargsc @ sJ e Zd ZdZdd� Zedd� �Zejdd� �Zdd� Zd d � Z dd� Z d S )�DeleteMessagesDetailsEntryzB Object that represents a message to delete from a queue. c K s ddi| _ ddi| _d| _dS )af Initializes a new DeleteMessagesDetailsEntry object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param receipt: The value to assign to the receipt property of this DeleteMessagesDetailsEntry. :type receipt: str �receipt�strN)Z swagger_typesZ attribute_map�_receipt)�self�kwargs� r �R/usr/lib/python3.9/site-packages/oci/queue/models/delete_messages_details_entry.py�__init__ s ��z#DeleteMessagesDetailsEntry.__init__c C s | j S )z� **[Required]** Gets the receipt of this DeleteMessagesDetailsEntry. The receipt of the message to delete. :return: The receipt of this DeleteMessagesDetailsEntry. :rtype: str �r �r r r r r &