ruạṛ
a O��fS, � @ 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 ed d� �Z e jdd� �Z edd� �Zejdd� �Zedd� �Zejdd� �Zedd� �Z e jdd� �Z edd� �Zejdd� �Zedd� �Zejdd� �Zdd � Zd!d"� Zd#d$� Zd%S )&�CreateQueueDetailsz* The information about new Queue. c K sn dddddddddd� | _ dddd d ddd dd� | _d| _d| _d| _d| _d| _d| _d| _d| _ d| _ dS )a� Initializes a new CreateQueueDetails object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param display_name: The value to assign to the display_name property of this CreateQueueDetails. :type display_name: str :param compartment_id: The value to assign to the compartment_id property of this CreateQueueDetails. :type compartment_id: str :param retention_in_seconds: The value to assign to the retention_in_seconds property of this CreateQueueDetails. :type retention_in_seconds: int :param visibility_in_seconds: The value to assign to the visibility_in_seconds property of this CreateQueueDetails. :type visibility_in_seconds: int :param timeout_in_seconds: The value to assign to the timeout_in_seconds property of this CreateQueueDetails. :type timeout_in_seconds: int :param dead_letter_queue_delivery_count: The value to assign to the dead_letter_queue_delivery_count property of this CreateQueueDetails. :type dead_letter_queue_delivery_count: int :param custom_encryption_key_id: The value to assign to the custom_encryption_key_id property of this CreateQueueDetails. :type custom_encryption_key_id: str :param freeform_tags: The value to assign to the freeform_tags property of this CreateQueueDetails. :type freeform_tags: dict(str, str) :param defined_tags: The value to assign to the defined_tags property of this CreateQueueDetails. :type defined_tags: dict(str, dict(str, object)) �str�intzdict(str, str)zdict(str, dict(str, object))) �display_name�compartment_id�retention_in_seconds�visibility_in_seconds�timeout_in_seconds� dead_letter_queue_delivery_count�custom_encryption_key_id� freeform_tags�defined_tags�displayName� compartmentId�retentionInSeconds�visibilityInSeconds�timeoutInSeconds�deadLetterQueueDeliveryCount�customEncryptionKeyId�freeformTags�definedTagsN)� swagger_types� attribute_map� _display_name�_compartment_id�_retention_in_seconds�_visibility_in_seconds�_timeout_in_seconds�!_dead_letter_queue_delivery_count�_custom_encryption_key_id�_freeform_tags� _defined_tags)�self�kwargs� r( ��/sparta/input/_build_configuration/image_build+validate/lib/bmcenv/lib64/python3.9/site-packages/oci/queue/models/create_queue_details.py�__init__ s: +� �zCreateQueueDetails.__init__c C s | j S )z� **[Required]** Gets the display_name of this CreateQueueDetails. Queue Identifier :return: The display_name of this CreateQueueDetails. :rtype: str �r �r&