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 @ s� e Zd ZdZdd� Zedd� �Zejdd� �Zedd� �Zejd d� �Zed d� �Z e jdd� �Z ed d� �Z e jdd� �Z edd� �Zejdd� �Zdd� Zdd� Z dd� ZdS )�BdsApiKeySummaryz The API key summary. c K sF dddddd�| _ dddddd�| _d | _d | _d | _d | _d | _d S ) a� Initializes a new BdsApiKeySummary object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param id: The value to assign to the id property of this BdsApiKeySummary. :type id: str :param key_alias: The value to assign to the key_alias property of this BdsApiKeySummary. :type key_alias: str :param lifecycle_state: The value to assign to the lifecycle_state property of this BdsApiKeySummary. :type lifecycle_state: str :param default_region: The value to assign to the default_region property of this BdsApiKeySummary. :type default_region: str :param time_created: The value to assign to the time_created property of this BdsApiKeySummary. :type time_created: datetime �strZdatetime)�id� key_alias�lifecycle_state�default_region�time_createdr ZkeyAliasZlifecycleStateZ defaultRegionZtimeCreatedN)Z swagger_typesZ attribute_map�_id� _key_alias�_lifecycle_state�_default_region� _time_created)�self�kwargs� r �F/usr/lib/python3.9/site-packages/oci/bds/models/bds_api_key_summary.py�__init__ s"