File: //lib/python3.9/site-packages/oci/devops/models/__pycache__/project_summary.cpython-39.pyc
a
���f9 � @ 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� �Zedd� �Zejdd� �Zedd� �Z
e
jdd� �Z
edd� �Zejdd� �Zedd� �Zejdd� �Zedd � �Zejd!d � �Zed"d#� �Zejd$d#� �Zed%d&� �Zejd'd&� �Zed(d)� �Zejd*d)� �Zd+d,� Zd-d.� Zd/d0� Zd1S )2�ProjectSummaryz!
Summary of the project.
c K s� dddddddddddddd�
| _ ddd d
ddd
ddddddd�
| _d| _d| _d| _d| _d| _d| _d| _d| _ d| _
d| _d| _d| _
d| _dS )a�
Initializes a new ProjectSummary 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 ProjectSummary.
:type id: str
:param name:
The value to assign to the name property of this ProjectSummary.
:type name: str
:param description:
The value to assign to the description property of this ProjectSummary.
:type description: str
:param compartment_id:
The value to assign to the compartment_id property of this ProjectSummary.
:type compartment_id: str
:param namespace:
The value to assign to the namespace property of this ProjectSummary.
:type namespace: str
:param notification_config:
The value to assign to the notification_config property of this ProjectSummary.
:type notification_config: oci.devops.models.NotificationConfig
:param time_created:
The value to assign to the time_created property of this ProjectSummary.
:type time_created: datetime
:param time_updated:
The value to assign to the time_updated property of this ProjectSummary.
:type time_updated: datetime
:param lifecycle_details:
The value to assign to the lifecycle_details property of this ProjectSummary.
:type lifecycle_details: str
:param lifecycle_state:
The value to assign to the lifecycle_state property of this ProjectSummary.
:type lifecycle_state: str
:param freeform_tags:
The value to assign to the freeform_tags property of this ProjectSummary.
:type freeform_tags: dict(str, str)
:param defined_tags:
The value to assign to the defined_tags property of this ProjectSummary.
:type defined_tags: dict(str, dict(str, object))
:param system_tags:
The value to assign to the system_tags property of this ProjectSummary.
:type system_tags: dict(str, dict(str, object))
�strZNotificationConfigZdatetimezdict(str, str)zdict(str, dict(str, object)))
�id�name�description�compartment_id� namespace�notification_config�time_created�time_updated�lifecycle_details�lifecycle_state�
freeform_tags�defined_tags�system_tagsr r r
Z
compartmentIdr ZnotificationConfigZtimeCreatedZtimeUpdatedZlifecycleDetailsZlifecycleStateZfreeformTagsZdefinedTagsZ
systemTagsN)Z
swagger_typesZ
attribute_map�_id�_name�_description�_compartment_id�
_namespace�_notification_config�
_time_created�
_time_updated�_lifecycle_details�_lifecycle_state�_freeform_tags�
_defined_tags�_system_tags)�self�kwargs� r$ �E/usr/lib/python3.9/site-packages/oci/devops/models/project_summary.py�__init__ sR ;��zProjectSummary.__init__c C s | j S )z�
**[Required]** Gets the id of this ProjectSummary.
Unique identifier that is immutable on creation.
:return: The id of this ProjectSummary.
:rtype: str
�r �r"