📂 Advanced File Manager
Multi-Root Navigation System
⚡ Quick Jump
Server (/)
Home (/home)
Var_www (/var/www)
Current (/home4/shelley/public_html/shelleycutler.com/wp-content/mu-plugins)
📍 Go
⬆ Ke Atas
🏠 Root Server
🏠 Root App
🔄 Refresh
📀 /
›
usr
›
lib
›
python3.9
›
site-packages
›
oci
›
devops
›
models
›
📁 __pycache__
📍
Lokasi:
/usr/lib/python3.9/site-packages/oci/devops/models/__pycache__
💾
Free:
45.8 GB
⚠️ Direktori ini
tidak writable
.
✏️ Mengedit: pull_request_lifecycle_activity_summary.cpython-39.opt-1.pyc
a ���fo � @ sD d dl mZ ddlmZmZmZ ddlmZ eG dd� de��ZdS )� )�PullRequestActivitySummary� )�formatted_flat_dict� NONE_SENTINEL�#value_allowed_none_or_none_sentinel)�init_model_state_from_kwargsc @ sZ e Zd ZdZdZdZdZdZdd� Ze dd � �Z e jd d � �Z dd� Zd d� Z dd� ZdS )�#PullRequestLifecycleActivitySummaryz9 activity describing a pull request state change �OPENED�CLOSED�MERGED�REOPENEDc K sV ddddddd�| _ ddddd d d�| _d| _d| _d| _d| _d| _d| _d| _dS ) a6 Initializes a new PullRequestLifecycleActivitySummary object with values from keyword arguments. The default value of the :py:attr:`~oci.devops.models.PullRequestLifecycleActivitySummary.activity_type` attribute of this class is ``LIFECYCLE`` and it should not be changed. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param id: The value to assign to the id property of this PullRequestLifecycleActivitySummary. :type id: str :param principal: The value to assign to the principal property of this PullRequestLifecycleActivitySummary. :type principal: oci.devops.models.PrincipalDetails :param pull_request_id: The value to assign to the pull_request_id property of this PullRequestLifecycleActivitySummary. :type pull_request_id: str :param time_occurred: The value to assign to the time_occurred property of this PullRequestLifecycleActivitySummary. :type time_occurred: datetime :param activity_type: The value to assign to the activity_type property of this PullRequestLifecycleActivitySummary. Allowed values for this property are: "LIFECYCLE", "APPROVAL", "COMMIT", "REVIEWER", "COMMENT", 'UNKNOWN_ENUM_VALUE'. Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'. :type activity_type: str :param state: The value to assign to the state property of this PullRequestLifecycleActivitySummary. Allowed values for this property are: "OPENED", "CLOSED", "MERGED", "REOPENED", 'UNKNOWN_ENUM_VALUE'. Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'. :type state: str �strZPrincipalDetailsZdatetime)�id� principalZpull_request_idZ time_occurredZ activity_type�stater r Z pullRequestIdZtimeOccurredZactivityTyper NZ LIFECYCLE)Z swagger_typesZ attribute_mapZ_idZ _principalZ_pull_request_idZ_time_occurredZ_activity_type�_state)�self�kwargs� r �]/usr/lib/python3.9/site-packages/oci/devops/models/pull_request_lifecycle_activity_summary.py�__init__"