| Server IP : 162.144.4.212 / Your IP : 216.73.216.108 Web Server : Apache System : Linux gator2125.hostgator.com 5.14.0-162.23.1.9991722448259.nf.el9.x86_64 #1 SMP PREEMPT_DYNAMIC Wed Jul 31 18:11:45 UTC 2024 x86_64 User : cozeellc ( 2980) PHP Version : 8.3.31 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : ON | Pkexec : ON Directory : /usr/libexec/oracle-cloud-agent/plugins/osms/oci/devops/models/ |
Upload File : |
a
N��f�0 � @ 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 @ sN 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� �Zedd � �Zejd!d � �Zed"d#� �Zejd$d#� �Zd%d&� Zd'd(� Zd)d*� Zd+S ),�RepositoryCommitSummaryz1
Commit summary with commit information.
c K s� dddddddddddd�| _ ddd d
ddd
ddddd�| _d| _d| _d| _d| _d| _d| _d| _d| _ d| _
d| _d| _dS )a�
Initializes a new RepositoryCommitSummary 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 RepositoryCommitSummary.
:type commit_id: str
:param commit_message:
The value to assign to the commit_message property of this RepositoryCommitSummary.
:type commit_message: str
:param author_name:
The value to assign to the author_name property of this RepositoryCommitSummary.
:type author_name: str
:param author_email:
The value to assign to the author_email property of this RepositoryCommitSummary.
:type author_email: str
:param committer_name:
The value to assign to the committer_name property of this RepositoryCommitSummary.
:type committer_name: str
:param committer_email:
The value to assign to the committer_email property of this RepositoryCommitSummary.
:type committer_email: str
:param parent_commit_ids:
The value to assign to the parent_commit_ids property of this RepositoryCommitSummary.
:type parent_commit_ids: list[str]
:param time_created:
The value to assign to the time_created property of this RepositoryCommitSummary.
:type time_created: datetime
:param tree_id:
The value to assign to the tree_id property of this RepositoryCommitSummary.
:type tree_id: str
:param freeform_tags:
The value to assign to the freeform_tags property of this RepositoryCommitSummary.
:type freeform_tags: dict(str, str)
:param defined_tags:
The value to assign to the defined_tags property of this RepositoryCommitSummary.
:type defined_tags: dict(str, dict(str, object))
�strz list[str]�datetimezdict(str, str)zdict(str, dict(str, object)))� commit_id�commit_message�author_name�author_email�committer_name�committer_email�parent_commit_ids�time_created�tree_id�
freeform_tags�defined_tags�commitId�
commitMessage�
authorName�authorEmail�
committerName�committerEmail�parentCommitIds�timeCreated�treeId�freeformTags�definedTagsN)
�
swagger_types�
attribute_map�
_commit_id�_commit_message�_author_name�
_author_email�_committer_name�_committer_email�_parent_commit_ids�
_time_created�_tree_id�_freeform_tags�
_defined_tags)�self�kwargs� r. ��/sparta/input/_build_configuration/image_build+validate/lib/bmcenv/lib64/python3.9/site-packages/oci/devops/models/repository_commit_summary.py�__init__ sF 3��z RepositoryCommitSummary.__init__c C s | j S )z�
**[Required]** Gets the commit_id of this RepositoryCommitSummary.
Commit hash pointed to by reference name.
:return: The commit_id of this RepositoryCommitSummary.
:rtype: str
�r! �r, r. r. r/ r j s
z!RepositoryCommitSummary.commit_idc C s
|| _ dS )z�
Sets the commit_id of this RepositoryCommitSummary.
Commit hash pointed to by reference name.
:param commit_id: The commit_id of this RepositoryCommitSummary.
:type: str
Nr1 )r, r r. r. r/ r v s
c C s | j S )z�
**[Required]** Gets the commit_message of this RepositoryCommitSummary.
The commit message.
:return: The commit_message of this RepositoryCommitSummary.
:rtype: str
�r"