ruạṛ
a ���fZ � @ 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 @ sd e Zd ZdZdd� Zedd� �Zejdd� �Zedd� �Zejd d� �Zd d� Z dd � Z dd� ZdS )�ObjectLifecyclePolicyzt The collection of lifecycle policy rules that together form the object lifecycle policy of a given bucket. c K s( ddd�| _ ddd�| _d| _d| _dS )a% Initializes a new ObjectLifecyclePolicy object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param time_created: The value to assign to the time_created property of this ObjectLifecyclePolicy. :type time_created: datetime :param items: The value to assign to the items property of this ObjectLifecyclePolicy. :type items: list[oci.object_storage.models.ObjectLifecycleRule] Zdatetimezlist[ObjectLifecycleRule])�time_created�itemsZtimeCreatedr N)Z swagger_typesZ attribute_map� _time_created�_items)�self�kwargs� r �U/usr/lib/python3.9/site-packages/oci/object_storage/models/object_lifecycle_policy.py�__init__ s ��zObjectLifecyclePolicy.__init__c C s | j S )a; Gets the time_created of this ObjectLifecyclePolicy. The date and time the object lifecycle policy was created, as described in `RFC 3339`__. __ https://tools.ietf.org/html/rfc3339 :return: The time_created of this ObjectLifecyclePolicy. :rtype: datetime �r �r r r r r - s z"ObjectLifecyclePolicy.time_createdc C s || _ dS )aF Sets the time_created of this ObjectLifecyclePolicy. The date and time the object lifecycle policy was created, as described in `RFC 3339`__. __ https://tools.ietf.org/html/rfc3339 :param time_created: The time_created of this ObjectLifecyclePolicy. :type: datetime Nr )r r r r r r <