ruạṛ
a ���f�0 � @ 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� �Zedd� �Zej dd� �Zed d � �Z e j dd � �Z edd � �Zej dd � �Zedd� �Zej dd� �Zedd� �Z e j dd� �Z edd� �Zej dd� �Zedd� �Zej dd� �Zedd� �Zej dd� �Zedd� �Zej d d� �Zed!d"� �Zej d#d"� �Zd$d%� Zd&d'� Zd(d)� Zd*S )+�RepositorySummaryz/ Summary information for a repository. c K sx ddddddddddd� | _ ddd d ddd dddd� | _d| _d| _d| _d| _d| _d| _d| _d| _ d| _ d| _dS )a� Initializes a new RepositorySummary object with values from keyword arguments. This class has the following subclasses and if you are using this class as input to a service operations then you should favor using a subclass over the base class: * :class:`~oci.artifacts.models.GenericRepositorySummary` 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 RepositorySummary. :type id: str :param display_name: The value to assign to the display_name property of this RepositorySummary. :type display_name: str :param compartment_id: The value to assign to the compartment_id property of this RepositorySummary. :type compartment_id: str :param repository_type: The value to assign to the repository_type property of this RepositorySummary. :type repository_type: str :param description: The value to assign to the description property of this RepositorySummary. :type description: str :param is_immutable: The value to assign to the is_immutable property of this RepositorySummary. :type is_immutable: bool :param lifecycle_state: The value to assign to the lifecycle_state property of this RepositorySummary. :type lifecycle_state: str :param freeform_tags: The value to assign to the freeform_tags property of this RepositorySummary. :type freeform_tags: dict(str, str) :param defined_tags: The value to assign to the defined_tags property of this RepositorySummary. :type defined_tags: dict(str, dict(str, object)) :param time_created: The value to assign to the time_created property of this RepositorySummary. :type time_created: datetime �str�boolzdict(str, str)zdict(str, dict(str, object))Zdatetime) �id�display_name�compartment_id�repository_type�description�is_immutable�lifecycle_state� freeform_tags�defined_tags�time_createdr ZdisplayNameZ compartmentId�repositoryTyper ZisImmutableZlifecycleStateZfreeformTagsZdefinedTagsZtimeCreatedN)Z swagger_typesZ attribute_map�_id� _display_name�_compartment_id�_repository_type�_description� _is_immutable�_lifecycle_state�_freeform_tags� _defined_tags� _time_created)�self�kwargs� r �K/usr/lib/python3.9/site-packages/oci/artifacts/models/repository_summary.py�__init__ s@ 3�� zRepositorySummary.__init__c C s | d }|dkrdS dS dS )z� Given the hash representation of a subtype of this class, use the info in the hash to return the class of the subtype. r ZGENERICZGenericRepositorySummaryr Nr )Zobject_dictionary�typer r r! �get_subtypei s zRepositorySummary.get_subtypec C s | j S )aR **[Required]** Gets the id of this RepositorySummary. The `OCID`__ of the repository. Example: `ocid1.artifactrepository.oc1..exampleuniqueID` __ https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm :return: The id of this RepositorySummary. :rtype: str �r �r r r r! r v s zRepositorySummary.idc C s || _ dS )aD Sets the id of this RepositorySummary. The `OCID`__ of the repository. Example: `ocid1.artifactrepository.oc1..exampleuniqueID` __ https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm :param id: The id of this RepositorySummary. :type: str Nr% )r r r r r! r � s c C s | j S )z� **[Required]** Gets the display_name of this RepositorySummary. The repository name. :return: The display_name of this RepositorySummary. :rtype: str �r r&