ruạṛ
a N��fX � @ 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 d d� Z dd� Zdd� ZdS )� CommitInfoz@ Commit details that need to be used for the build run. c K s2 dddd�| _ dddd�| _d| _d| _d| _dS )a� Initializes a new CommitInfo object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param repository_url: The value to assign to the repository_url property of this CommitInfo. :type repository_url: str :param repository_branch: The value to assign to the repository_branch property of this CommitInfo. :type repository_branch: str :param commit_hash: The value to assign to the commit_hash property of this CommitInfo. :type commit_hash: str �str)�repository_url�repository_branch�commit_hash� repositoryUrl�repositoryBranch� commitHashN)� swagger_types� attribute_map�_repository_url�_repository_branch�_commit_hash)�self�kwargs� r ��/sparta/input/_build_configuration/image_build+validate/lib/bmcenv/lib64/python3.9/site-packages/oci/devops/models/commit_info.py�__init__ s ��zCommitInfo.__init__c C s | j S )z� **[Required]** Gets the repository_url of this CommitInfo. Repository URL. :return: The repository_url of this CommitInfo. :rtype: str �r �r r r r r 2 s zCommitInfo.repository_urlc C s || _ dS )z� Sets the repository_url of this CommitInfo. Repository URL. :param repository_url: The repository_url of this CommitInfo. :type: str Nr )r r r r r r >