ruạṛ
a ���f� � @ 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 )�ValidityzT An object that describes a period of time during which an entity is valid. c K s( ddd�| _ ddd�| _d| _d| _dS )a? Initializes a new Validity object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param time_of_validity_not_before: The value to assign to the time_of_validity_not_before property of this Validity. :type time_of_validity_not_before: datetime :param time_of_validity_not_after: The value to assign to the time_of_validity_not_after property of this Validity. :type time_of_validity_not_after: datetime Zdatetime)�time_of_validity_not_before�time_of_validity_not_afterZtimeOfValidityNotBeforeZtimeOfValidityNotAfterN)Z swagger_typesZ attribute_map�_time_of_validity_not_before�_time_of_validity_not_after)�self�kwargs� r �D/usr/lib/python3.9/site-packages/oci/certificates/models/validity.py�__init__ s ��zValidity.__init__c C s | j S )a **[Required]** Gets the time_of_validity_not_before of this Validity. The date on which the certificate validity period begins, expressed in `RFC 3339`__ timestamp format. Example: `2019-04-03T21:10:29.600Z` __ https://tools.ietf.org/html/rfc3339 :return: The time_of_validity_not_before of this Validity. :rtype: datetime �r �r r r r r - s z$Validity.time_of_validity_not_beforec C s || _ dS )a� Sets the time_of_validity_not_before of this Validity. The date on which the certificate validity period begins, expressed in `RFC 3339`__ timestamp format. Example: `2019-04-03T21:10:29.600Z` __ https://tools.ietf.org/html/rfc3339 :param time_of_validity_not_before: The time_of_validity_not_before of this Validity. :type: datetime Nr )r r r r r r <