ruạṛ
a N��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 )&�RepositoryCommitz0 Commit object with commit information. c K sn dddddddddd� | _ ddddd d ddd d� | _d| _d| _d| _d| _d| _d| _d| _d| _ d| _ dS )a Initializes a new RepositoryCommit object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param commit_id: The value to assign to the commit_id property of this RepositoryCommit. :type commit_id: str :param commit_message: The value to assign to the commit_message property of this RepositoryCommit. :type commit_message: str :param author_name: The value to assign to the author_name property of this RepositoryCommit. :type author_name: str :param author_email: The value to assign to the author_email property of this RepositoryCommit. :type author_email: str :param committer_name: The value to assign to the committer_name property of this RepositoryCommit. :type committer_name: str :param committer_email: The value to assign to the committer_email property of this RepositoryCommit. :type committer_email: str :param parent_commit_ids: The value to assign to the parent_commit_ids property of this RepositoryCommit. :type parent_commit_ids: list[str] :param time_created: The value to assign to the time_created property of this RepositoryCommit. :type time_created: datetime :param tree_id: The value to assign to the tree_id property of this RepositoryCommit. :type tree_id: str �strz list[str]�datetime) � commit_id�commit_message�author_name�author_email�committer_name�committer_email�parent_commit_ids�time_created�tree_id�commitId� commitMessage� authorName�authorEmail� committerName�committerEmail�parentCommitIds�timeCreated�treeIdN)� swagger_types� attribute_map� _commit_id�_commit_message�_author_name� _author_email�_committer_name�_committer_email�_parent_commit_ids� _time_created�_tree_id)�self�kwargs� r( ��/sparta/input/_build_configuration/image_build+validate/lib/bmcenv/lib64/python3.9/site-packages/oci/devops/models/repository_commit.py�__init__ s: +� �zRepositoryCommit.__init__c C s | j S )z� **[Required]** Gets the commit_id of this RepositoryCommit. Commit hash pointed to by reference name. :return: The commit_id of this RepositoryCommit. :rtype: str �r �r&