ruạṛ
a O��fR � @ 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 @ s~ e Zd ZdZdd� Zedd� �Zejdd� �Zedd� �Zejd d� �Zed d� �Z e jdd� �Z d d� Z dd� Zdd� ZdS )�DeleteMessagesResultz� The response to a DeleteMessages request. It indicates the number of server and client failures as well as an array of entries for successful and failed actions. c K s2 dddd�| _ dddd�| _d| _d| _d| _dS )a� Initializes a new DeleteMessagesResult object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param server_failures: The value to assign to the server_failures property of this DeleteMessagesResult. :type server_failures: int :param client_failures: The value to assign to the client_failures property of this DeleteMessagesResult. :type client_failures: int :param entries: The value to assign to the entries property of this DeleteMessagesResult. :type entries: list[oci.queue.models.DeleteMessagesResultEntry] �intzlist[DeleteMessagesResultEntry])�server_failures�client_failures�entries�serverFailures�clientFailuresr N)� swagger_types� attribute_map�_server_failures�_client_failures�_entries)�self�kwargs� r ��/sparta/input/_build_configuration/image_build+validate/lib/bmcenv/lib64/python3.9/site-packages/oci/queue/models/delete_messages_result.py�__init__ s ��zDeleteMessagesResult.__init__c C s | j S )a **[Required]** Gets the server_failures of this DeleteMessagesResult. The number of messages that failed to be deleted from the queue because of a server failure. :return: The server_failures of this DeleteMessagesResult. :rtype: int �r �r r r r r 2 s z$DeleteMessagesResult.server_failuresc C s || _ dS )a Sets the server_failures of this DeleteMessagesResult. The number of messages that failed to be deleted from the queue because of a server failure. :param server_failures: The server_failures of this DeleteMessagesResult. :type: int Nr )r r r r r r >