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 )&�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]Zdatetime) � commit_id�commit_message�author_name�author_email�committer_name�committer_email�parent_commit_ids�time_created�tree_idZcommitIdZ commitMessageZ authorNameZauthorEmailZ committerNameZcommitterEmailZparentCommitIdsZtimeCreatedZtreeIdN)Z swagger_typesZ attribute_map� _commit_id�_commit_message�_author_name� _author_email�_committer_name�_committer_email�_parent_commit_ids� _time_created�_tree_id)�self�kwargs� r �G/usr/lib/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 r r r r ^ s zRepositoryCommit.commit_idc C s || _ dS )z� Sets the commit_id of this RepositoryCommit. Commit hash pointed to by reference name. :param commit_id: The commit_id of this RepositoryCommit. :type: str Nr )r r r r r r j s c C s | j S )z� **[Required]** Gets the commit_message of this RepositoryCommit. The commit message. :return: The commit_message of this RepositoryCommit. :rtype: str �r r r r r r v s zRepositoryCommit.commit_messagec C s || _ dS )z� Sets the commit_message of this RepositoryCommit. The commit message. :param commit_message: The commit_message of this RepositoryCommit. :type: str Nr! )r r r r r r � s c C s | j S )z� Gets the author_name of this RepositoryCommit. Name of the author of the repository. :return: The author_name of this RepositoryCommit. :rtype: str �r r r r r r � s zRepositoryCommit.author_namec C s || _ dS )z� Sets the author_name of this RepositoryCommit. Name of the author of the repository. :param author_name: The author_name of this RepositoryCommit. :type: str Nr"