ruạṛ
a O��f= � @ sD d dl mZ ddlmZmZmZ ddlmZ eG dd� de��ZdS )� )�CreateConfigSourceDetails� )�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 d d� Z dd� Zdd� ZdS )�CreateGitConfigSourceDetailsz= Creation details for configuration Git information. c K sL dddddd�| _ dddddd�| _d| _d| _d| _d| _d| _d | _dS ) a% Initializes a new CreateGitConfigSourceDetails object with values from keyword arguments. The default value of the :py:attr:`~oci.resource_manager.models.CreateGitConfigSourceDetails.config_source_type` attribute of this class is ``GIT_CONFIG_SOURCE`` and it should not be changed. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param config_source_type: The value to assign to the config_source_type property of this CreateGitConfigSourceDetails. :type config_source_type: str :param working_directory: The value to assign to the working_directory property of this CreateGitConfigSourceDetails. :type working_directory: str :param configuration_source_provider_id: The value to assign to the configuration_source_provider_id property of this CreateGitConfigSourceDetails. :type configuration_source_provider_id: str :param repository_url: The value to assign to the repository_url property of this CreateGitConfigSourceDetails. :type repository_url: str :param branch_name: The value to assign to the branch_name property of this CreateGitConfigSourceDetails. :type branch_name: str �str)�config_source_type�working_directory� configuration_source_provider_id�repository_url�branch_name�configSourceType�workingDirectory�configurationSourceProviderId� repositoryUrl� branchNameN�GIT_CONFIG_SOURCE)� swagger_types� attribute_map�_config_source_type�_working_directory�!_configuration_source_provider_id�_repository_url�_branch_name)�self�kwargs� r ��/sparta/input/_build_configuration/image_build+validate/lib/bmcenv/lib64/python3.9/site-packages/oci/resource_manager/models/create_git_config_source_details.py�__init__ s$ � �z%CreateGitConfigSourceDetails.__init__c C s | j S )a� **[Required]** Gets the configuration_source_provider_id of this CreateGitConfigSourceDetails. Unique identifier (`OCID`__) for the Git configuration source. __ https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm :return: The configuration_source_provider_id of this CreateGitConfigSourceDetails. :rtype: str �r �r r r r r B s z=CreateGitConfigSourceDetails.configuration_source_provider_idc C s || _ dS )a� Sets the configuration_source_provider_id of this CreateGitConfigSourceDetails. Unique identifier (`OCID`__) for the Git configuration source. __ https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm :param configuration_source_provider_id: The configuration_source_provider_id of this CreateGitConfigSourceDetails. :type: str Nr! )r r r r r r Q s c C s | j S )z� Gets the repository_url of this CreateGitConfigSourceDetails. The URL of the Git repository. :return: The repository_url of this CreateGitConfigSourceDetails. :rtype: str �r r"