📂 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: repository_metric_summary.cpython-39.pyc
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 ZdZdZdZdZdZdZdZ dZ d Zd ZdZ dZd d� Zedd� �Zejdd� �Zedd� �Zejdd� �Zedd� �Zejdd� �Zedd� �Zejdd� �Zedd� �Zejdd� �Zedd� �Zejd d� �Zd!d"� Zd#d$� Zd%d&� Zd'S )(�RepositoryMetricSummaryz7 The metrics details of a repository resource. �COMMITS�LINES_ADDED� LINES_DELETED�PULL_REQUEST_CREATED�PULL_REQUEST_MERGED�PULL_REQUEST_DECLINED�*PULL_REQUEST_REVIEW_START_DURATION_IN_DAYS�$PULL_REQUEST_REVIEW_DURATION_IN_DAYS�PULL_REQUEST_APPROVED�PULL_REQUEST_REVIEWED�PULL_REQUEST_COMMENTSc K sP ddddddd�| _ dddd d dd�| _d| _d| _d| _d| _d| _d| _dS ) a` Initializes a new RepositoryMetricSummary object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param metric_name: The value to assign to the metric_name property of this RepositoryMetricSummary. Allowed values for this property are: "COMMITS", "LINES_ADDED", "LINES_DELETED", "PULL_REQUEST_CREATED", "PULL_REQUEST_MERGED", "PULL_REQUEST_DECLINED", "PULL_REQUEST_REVIEW_START_DURATION_IN_DAYS", "PULL_REQUEST_REVIEW_DURATION_IN_DAYS", "PULL_REQUEST_APPROVED", "PULL_REQUEST_REVIEWED", "PULL_REQUEST_COMMENTS", 'UNKNOWN_ENUM_VALUE'. Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'. :type metric_name: str :param duration_in_seconds: The value to assign to the duration_in_seconds property of this RepositoryMetricSummary. :type duration_in_seconds: int :param dimensions: The value to assign to the dimensions property of this RepositoryMetricSummary. :type dimensions: dict(str, str) :param start_timestamp_in_epoch_seconds: The value to assign to the start_timestamp_in_epoch_seconds property of this RepositoryMetricSummary. :type start_timestamp_in_epoch_seconds: int :param count: The value to assign to the count property of this RepositoryMetricSummary. :type count: float :param sum: The value to assign to the sum property of this RepositoryMetricSummary. :type sum: float �str�intzdict(str, str)�float)�metric_name�duration_in_seconds� dimensions� start_timestamp_in_epoch_seconds�count�sumZ metricNameZdurationInSecondsr ZstartTimestampInEpochSecondsr r N)Z swagger_typesZ attribute_map�_metric_name�_duration_in_seconds�_dimensions�!_start_timestamp_in_epoch_seconds�_count�_sum)�self�kwargs� r# �O/usr/lib/python3.9/site-packages/oci/devops/models/repository_metric_summary.py�__init__>