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� �Zedd� �Zejdd� �Zedd� �Z e jdd� �Z edd� �Zejdd� �Zedd� �Zejdd� �Zdd � Zd!d"� Zd#d$� Zd%S )&�CreateRepositoryDetailsz/ Information about the new repository. c K sn dddddddddd� | _ dddd d ddd dd� | _d| _d| _d| _d| _d| _d| _d| _d| _ d| _ dS )a� Initializes a new CreateRepositoryDetails object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param name: The value to assign to the name property of this CreateRepositoryDetails. :type name: str :param project_id: The value to assign to the project_id property of this CreateRepositoryDetails. :type project_id: str :param parent_repository_id: The value to assign to the parent_repository_id property of this CreateRepositoryDetails. :type parent_repository_id: str :param default_branch: The value to assign to the default_branch property of this CreateRepositoryDetails. :type default_branch: str :param repository_type: The value to assign to the repository_type property of this CreateRepositoryDetails. :type repository_type: str :param mirror_repository_config: The value to assign to the mirror_repository_config property of this CreateRepositoryDetails. :type mirror_repository_config: oci.devops.models.MirrorRepositoryConfig :param description: The value to assign to the description property of this CreateRepositoryDetails. :type description: str :param freeform_tags: The value to assign to the freeform_tags property of this CreateRepositoryDetails. :type freeform_tags: dict(str, str) :param defined_tags: The value to assign to the defined_tags property of this CreateRepositoryDetails. :type defined_tags: dict(str, dict(str, object)) �strZMirrorRepositoryConfigzdict(str, str)zdict(str, dict(str, object))) �name� project_id�parent_repository_id�default_branch�repository_type�mirror_repository_config�description� freeform_tags�defined_tagsr Z projectIdZparentRepositoryIdZ defaultBranchZrepositoryTypeZmirrorRepositoryConfigr ZfreeformTagsZdefinedTagsN)Z swagger_typesZ attribute_map�_name�_project_id�_parent_repository_id�_default_branch�_repository_type�_mirror_repository_config�_description�_freeform_tags� _defined_tags)�self�kwargs� r �O/usr/lib/python3.9/site-packages/oci/devops/models/create_repository_details.py�__init__ s: +� �z CreateRepositoryDetails.__init__c C s | j S )z� **[Required]** Gets the name of this CreateRepositoryDetails. Name of the repository. Should be unique within the project. :return: The name of this CreateRepositoryDetails. :rtype: str �r �r r r r r ^ s zCreateRepositoryDetails.namec C s || _ dS )z� Sets the name of this CreateRepositoryDetails. Name of the repository. Should be unique within the project. :param name: The name of this CreateRepositoryDetails. :type: str Nr )r r r r r r j s c C s | j S )z� **[Required]** Gets the project_id of this CreateRepositoryDetails. The OCID of the DevOps project containing the repository. :return: The project_id of this CreateRepositoryDetails. :rtype: str �r r r r r r v s z"CreateRepositoryDetails.project_idc C s || _ dS )z� Sets the project_id of this CreateRepositoryDetails. The OCID of the DevOps project containing the repository. :param project_id: The project_id of this CreateRepositoryDetails. :type: str Nr! )r r r r r r � s c C s | j S )z� Gets the parent_repository_id of this CreateRepositoryDetails. The OCID of the parent repository. :return: The parent_repository_id of this CreateRepositoryDetails. :rtype: str �r r r r r r � s z,CreateRepositoryDetails.parent_repository_idc C s || _ dS )z� Sets the parent_repository_id of this CreateRepositoryDetails. The OCID of the parent repository. :param parent_repository_id: The parent_repository_id of this CreateRepositoryDetails. :type: str Nr"