📂 Advanced File Manager
Multi-Root Navigation System
⚡ Quick Jump
Server (/)
Home (/home)
Var_www (/var/www)
Current (/home4/umvavtmy/public_html/website_b18404e2/wp-content/mu-plugins)
📍 Go
⬆ Ke Atas
🏠 Root Server
🏠 Root App
🔄 Refresh
📀 /
›
usr
›
lib
›
python3.9
›
site-packages
›
oci
›
resource_manager
›
models
›
📁 __pycache__
📍
Lokasi:
/usr/lib/python3.9/site-packages/oci/resource_manager/models/__pycache__
💾
Free:
48.2 GB
⚠️ Direktori ini
tidak writable
.
✏️ Mengedit: job_output_summary.cpython-39.opt-1.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 )�JobOutputSummaryz1 Terraform output associated with a job. c K sF dddddd�| _ dddddd�| _d | _d | _d | _d | _d | _d S ) a� Initializes a new JobOutputSummary object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param output_name: The value to assign to the output_name property of this JobOutputSummary. :type output_name: str :param output_type: The value to assign to the output_type property of this JobOutputSummary. :type output_type: str :param output_value: The value to assign to the output_value property of this JobOutputSummary. :type output_value: str :param is_sensitive: The value to assign to the is_sensitive property of this JobOutputSummary. :type is_sensitive: bool :param description: The value to assign to the description property of this JobOutputSummary. :type description: str �str�bool)�output_name�output_type�output_value�is_sensitive�descriptionZ outputNameZ outputTypeZoutputValueZisSensitiver N)Z swagger_typesZ attribute_map�_output_name�_output_type� _output_value� _is_sensitive�_description)�self�kwargs� r �R/usr/lib/python3.9/site-packages/oci/resource_manager/models/job_output_summary.py�__init__ s"