ruạṛ
a ���fK3 � @ 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 @ sL e Zd ZdZdZdZdZdZdZdZ dd � Z ed d� �Zej dd� �Zed d� �Zej dd� �Zedd� �Zej dd� �Zedd� �Zej dd� �Zedd� �Zej dd� �Zedd� �Zej dd� �Zedd� �Zej dd� �Zedd � �Zej d!d � �Zed"d#� �Zej d$d#� �Zed%d&� �Zej d'd&� �Zd(d)� Zd*d+� Zd,d-� Zd.S )/�ObjectVersionSummarya[ To use any of the API operations, you must be authorized in an IAM policy. If you are not authorized, talk to an administrator. If you are an administrator who needs to write policies to give users access, see `Getting Started with Policies`__. __ https://docs.cloud.oracle.com/Content/Identity/Concepts/policygetstarted.htm �Standard�InfrequentAccess�Archive�Archived� Restoring�Restoredc K sx ddddddddddd� | _ dddd d ddd ddd� | _d| _d| _d| _d| _d| _d| _d| _d| _ d| _ d| _dS )a% Initializes a new ObjectVersionSummary object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param name: The value to assign to the name property of this ObjectVersionSummary. :type name: str :param size: The value to assign to the size property of this ObjectVersionSummary. :type size: int :param md5: The value to assign to the md5 property of this ObjectVersionSummary. :type md5: str :param time_created: The value to assign to the time_created property of this ObjectVersionSummary. :type time_created: datetime :param time_modified: The value to assign to the time_modified property of this ObjectVersionSummary. :type time_modified: datetime :param etag: The value to assign to the etag property of this ObjectVersionSummary. :type etag: str :param storage_tier: The value to assign to the storage_tier property of this ObjectVersionSummary. Allowed values for this property are: "Standard", "InfrequentAccess", "Archive", 'UNKNOWN_ENUM_VALUE'. Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'. :type storage_tier: str :param archival_state: The value to assign to the archival_state property of this ObjectVersionSummary. Allowed values for this property are: "Archived", "Restoring", "Restored", 'UNKNOWN_ENUM_VALUE'. Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'. :type archival_state: str :param version_id: The value to assign to the version_id property of this ObjectVersionSummary. :type version_id: str :param is_delete_marker: The value to assign to the is_delete_marker property of this ObjectVersionSummary. :type is_delete_marker: bool �str�intZdatetime�bool) �name�size�md5�time_created� time_modified�etag�storage_tier�archival_state� version_id�is_delete_markerr r r ZtimeCreatedZtimeModifiedr ZstorageTierZ archivalStateZ versionIdZisDeleteMarkerN)Z swagger_typesZ attribute_map�_name�_size�_md5� _time_created�_time_modified�_etag� _storage_tier�_archival_state�_version_id�_is_delete_marker)�self�kwargs� r&