ruạṛ
a ���fq � @ 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 d d� Z dd� Zdd� ZdS )�ExportAccessRequestsDetailszK Details for generating report of Access Requests to export action c K s2 dddd�| _ dddd�| _d| _d| _d| _dS )a� Initializes a new ExportAccessRequestsDetails object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param lockbox_id: The value to assign to the lockbox_id property of this ExportAccessRequestsDetails. :type lockbox_id: str :param time_created_after: The value to assign to the time_created_after property of this ExportAccessRequestsDetails. :type time_created_after: datetime :param time_created_before: The value to assign to the time_created_before property of this ExportAccessRequestsDetails. :type time_created_before: datetime �strZdatetime)� lockbox_id�time_created_after�time_created_beforeZ lockboxIdZtimeCreatedAfterZtimeCreatedBeforeN)Z swagger_typesZ attribute_map�_lockbox_id�_time_created_after�_time_created_before)�self�kwargs� r �U/usr/lib/python3.9/site-packages/oci/lockbox/models/export_access_requests_details.py�__init__ s ��z$ExportAccessRequestsDetails.__init__c C s | j S )a+ **[Required]** Gets the lockbox_id of this ExportAccessRequestsDetails. The unique identifier (OCID) of the lockbox box that the access request is associated with which is immutable. :return: The lockbox_id of this ExportAccessRequestsDetails. :rtype: str �r �r r r r r 4 s z&ExportAccessRequestsDetails.lockbox_idc C s || _ dS )a% Sets the lockbox_id of this ExportAccessRequestsDetails. The unique identifier (OCID) of the lockbox box that the access request is associated with which is immutable. :param lockbox_id: The lockbox_id of this ExportAccessRequestsDetails. :type: str Nr )r r r r r r @ s c C s | j S )aU **[Required]** Gets the time_created_after of this ExportAccessRequestsDetails. Date and time after which access requests were created, as described in `RFC 3339`__ __ https://tools.ietf.org/rfc/rfc3339 :return: The time_created_after of this ExportAccessRequestsDetails. :rtype: datetime �r r r r r r L s z.ExportAccessRequestsDetails.time_created_afterc C s || _ dS )aW Sets the time_created_after of this ExportAccessRequestsDetails. Date and time after which access requests were created, as described in `RFC 3339`__ __ https://tools.ietf.org/rfc/rfc3339 :param time_created_after: The time_created_after of this ExportAccessRequestsDetails. :type: datetime Nr )r r r r r r Z s c C s | j S )aY **[Required]** Gets the time_created_before of this ExportAccessRequestsDetails. Date and time before which access requests were created, as described in `RFC 3339`__s __ https://tools.ietf.org/rfc/rfc3339 :return: The time_created_before of this ExportAccessRequestsDetails. :rtype: datetime �r r r r r r h s z/ExportAccessRequestsDetails.time_created_beforec C s || _ dS )a\ Sets the time_created_before of this ExportAccessRequestsDetails. Date and time before which access requests were created, as described in `RFC 3339`__s __ https://tools.ietf.org/rfc/rfc3339 :param time_created_before: The time_created_before of this ExportAccessRequestsDetails. :type: datetime Nr )r r r r r r v s c C s t | �S �N)r r r r r �__repr__� s z$ExportAccessRequestsDetails.__repr__c C s |d u rdS | j |j kS )NF)�__dict__�r �otherr r r �__eq__� s z"ExportAccessRequestsDetails.__eq__c C s | |k S r r r r r r �__ne__� s z"ExportAccessRequestsDetails.__ne__N) �__name__� __module__�__qualname__�__doc__r �propertyr �setterr r r r r r r r r r s"