ruạṛ
a ���fv( � @ 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 ZdZdZdZdZdZdZdd� Z e d d � �Zejdd � �Ze dd � �Z e jdd � �Z e dd� �Zejdd� �Ze dd� �Zejdd� �Ze dd� �Zejdd� �Ze dd� �Zejdd� �Ze dd� �Zejdd� �Zdd� Zd d!� Zd"d#� Zd$S )%�SecretBundleVersionSummaryz� The properties of the secret bundle. (Secret bundle version summary objects do not include the actual contents of the secret.) �CURRENT�PENDING�LATEST�PREVIOUS� DEPRECATEDc K sZ dddddddd�| _ dddd d ddd�| _d | _d | _d | _d | _d | _d | _d | _d S )a* Initializes a new SecretBundleVersionSummary object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param secret_id: The value to assign to the secret_id property of this SecretBundleVersionSummary. :type secret_id: str :param time_created: The value to assign to the time_created property of this SecretBundleVersionSummary. :type time_created: datetime :param version_number: The value to assign to the version_number property of this SecretBundleVersionSummary. :type version_number: int :param version_name: The value to assign to the version_name property of this SecretBundleVersionSummary. :type version_name: str :param time_of_deletion: The value to assign to the time_of_deletion property of this SecretBundleVersionSummary. :type time_of_deletion: datetime :param time_of_expiry: The value to assign to the time_of_expiry property of this SecretBundleVersionSummary. :type time_of_expiry: datetime :param stages: The value to assign to the stages property of this SecretBundleVersionSummary. Allowed values for items in this list are: "CURRENT", "PENDING", "LATEST", "PREVIOUS", "DEPRECATED", 'UNKNOWN_ENUM_VALUE'. Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'. :type stages: list[str] �strZdatetime�intz list[str])� secret_id�time_created�version_number�version_name�time_of_deletion�time_of_expiry�stagesZsecretIdZtimeCreatedZ versionNumberZversionNameZtimeOfDeletionZtimeOfExpiryr N) Z swagger_typesZ attribute_map� _secret_id� _time_created�_version_number� _version_name�_time_of_deletion�_time_of_expiry�_stages)�self�kwargs� r �T/usr/lib/python3.9/site-packages/oci/secrets/models/secret_bundle_version_summary.py�__init__&