ruạṛ
a N��frK � @ 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)� �Zed+d,� �Zejd-d,� �Zed.d/� �Zejd0d/� �Zed1d2� �Zejd3d2� �Zed4d5� �Zejd6d5� �Zd7d8� Zd9d:� Zd;d<� Zd=S )>�AgentDependencySummaryzb Description of the AgentDependency, which is a sub-resource of the external environment. c K s� dddddddddddddddddd�| _ dddd d ddd dddddddddd�| _d| _d| _d| _d| _d| _d| _d| _d| _ d| _ d| _d| _d| _ d| _d| _d| _d| _d| _dS )a8 Initializes a new AgentDependencySummary 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 AgentDependencySummary. :type id: str :param display_name: The value to assign to the display_name property of this AgentDependencySummary. :type display_name: str :param compartment_id: The value to assign to the compartment_id property of this AgentDependencySummary. :type compartment_id: str :param dependency_name: The value to assign to the dependency_name property of this AgentDependencySummary. :type dependency_name: str :param dependency_version: The value to assign to the dependency_version property of this AgentDependencySummary. :type dependency_version: str :param description: The value to assign to the description property of this AgentDependencySummary. :type description: str :param namespace: The value to assign to the namespace property of this AgentDependencySummary. :type namespace: str :param bucket: The value to assign to the bucket property of this AgentDependencySummary. :type bucket: str :param object_name: The value to assign to the object_name property of this AgentDependencySummary. :type object_name: str :param time_created: The value to assign to the time_created property of this AgentDependencySummary. :type time_created: datetime :param e_tag: The value to assign to the e_tag property of this AgentDependencySummary. :type e_tag: str :param checksum: The value to assign to the checksum property of this AgentDependencySummary. :type checksum: str :param lifecycle_state: The value to assign to the lifecycle_state property of this AgentDependencySummary. :type lifecycle_state: str :param lifecycle_details: The value to assign to the lifecycle_details property of this AgentDependencySummary. :type lifecycle_details: str :param freeform_tags: The value to assign to the freeform_tags property of this AgentDependencySummary. :type freeform_tags: dict(str, str) :param defined_tags: The value to assign to the defined_tags property of this AgentDependencySummary. :type defined_tags: dict(str, dict(str, object)) :param system_tags: The value to assign to the system_tags property of this AgentDependencySummary. :type system_tags: dict(str, dict(str, object)) �str�datetimezdict(str, str)zdict(str, dict(str, object)))�id�display_name�compartment_id�dependency_name�dependency_version�description� namespace�bucket�object_name�time_created�e_tag�checksum�lifecycle_state�lifecycle_details� freeform_tags�defined_tags�system_tagsr �displayName� compartmentId�dependencyName�dependencyVersionr r r � objectName�timeCreated�eTagr �lifecycleState�lifecycleDetails�freeformTags�definedTags� systemTagsN)� swagger_types� attribute_map�_id� _display_name�_compartment_id�_dependency_name�_dependency_version�_description� _namespace�_bucket�_object_name� _time_created�_e_tag� _checksum�_lifecycle_state�_lifecycle_details�_freeform_tags� _defined_tags�_system_tags)�self�kwargs� r; ��/sparta/input/_build_configuration/image_build+validate/lib/bmcenv/lib64/python3.9/site-packages/oci/cloud_bridge/models/agent_dependency_summary.py�__init__ sj K��zAgentDependencySummary.__init__c C s | j S )z� **[Required]** Gets the id of this AgentDependencySummary. Unique identifier that is immutable on creation. :return: The id of this AgentDependencySummary. :rtype: str �r( �r9 r; r; r<