| 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 : /lib/python3.9/site-packages/oci/devops/models/__pycache__/ |
Upload File : |
a
���f�6 � @ 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 @ sh 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#� �Zed%d&� �Zejd'd&� �Zd(d)� Zd*d+� Zd,d-� Zd.S )/�RepositoryCommitSummaryz1
Commit summary with commit information.
c
K s� ddddddddddddd�| _ ddd d
ddd
dddddd�| _d| _d| _d| _d| _d| _d| _d| _d| _ d| _
d| _d| _d| _
dS )at
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))
:param system_tags:
The value to assign to the system_tags property of this RepositoryCommitSummary.
:type system_tags: dict(str, dict(str, object))
�strz list[str]Zdatetimezdict(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�system_tagsZcommitIdZ
commitMessageZ
authorNameZauthorEmailZ
committerNameZcommitterEmailZparentCommitIdsZtimeCreatedZtreeIdZfreeformTagsZdefinedTagsZ
systemTagsN)Z
swagger_typesZ
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�_system_tags)�self�kwargs� r"