📂 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
›
log_analytics
›
models
›
📁 __pycache__
📍
Lokasi:
/usr/lib/python3.9/site-packages/oci/log_analytics/models/__pycache__
💾
Free:
45.4 GB
⚠️ Direktori ini
tidak writable
.
✏️ Mengedit: recall_count.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 ZdZdd� Zedd� �Zejdd� �Zedd� �Zejd d� �Zed d� �Z e jdd� �Z ed d� �Z e jdd� �Z edd� �Zejdd� �Zdd� Zdd� Z dd� ZdS )�RecallCountz@ This is the recall count statistics for a given tenant c K sF dddddd�| _ dddddd�| _d| _d| _d| _d| _d| _dS ) a� Initializes a new RecallCount object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param recall_count: The value to assign to the recall_count property of this RecallCount. :type recall_count: int :param recall_succeeded: The value to assign to the recall_succeeded property of this RecallCount. :type recall_succeeded: int :param recall_failed: The value to assign to the recall_failed property of this RecallCount. :type recall_failed: int :param recall_pending: The value to assign to the recall_pending property of this RecallCount. :type recall_pending: int :param recall_limit: The value to assign to the recall_limit property of this RecallCount. :type recall_limit: int �int)�recall_count�recall_succeeded� recall_failed�recall_pending�recall_limitZrecallCountZrecallSucceededZrecallFailedZ recallPendingZrecallLimitN)Z swagger_typesZ attribute_map� _recall_count�_recall_succeeded�_recall_failed�_recall_pending� _recall_limit)�self�kwargs� r �I/usr/lib/python3.9/site-packages/oci/log_analytics/models/recall_count.py�__init__ s"