📂 Advanced File Manager
Multi-Root Navigation System
⚡ Quick Jump
Server (/)
Home (/home)
Var_www (/var/www)
Current (/home4/shelley/public_html/wp-content/mu-plugins)
📍 Go
⬆ Ke Atas
🏠 Root Server
🏠 Root App
🔄 Refresh
📀 /
›
usr
›
lib
›
python3.9
›
site-packages
›
oci
›
fleet_apps_management
›
models
›
📁 __pycache__
📍
Lokasi:
/usr/lib/python3.9/site-packages/oci/fleet_apps_management/models/__pycache__
💾
Free:
45.8 GB
⚠️ Direktori ini
tidak writable
.
✏️ Mengedit: associated_shared_task_details.cpython-39.pyc
a ���f& � @ sD d dl mZ ddlmZmZmZ ddlmZ eG dd� de��ZdS )� )�AssociatedTaskDetails� )�formatted_flat_dict� NONE_SENTINEL�#value_allowed_none_or_none_sentinel)�init_model_state_from_kwargsc @ sJ e Zd ZdZdd� Zedd� �Zejdd� �Zdd� Zd d � Z dd� Z d S )�AssociatedSharedTaskDetailsz" The details of the task. c K s. ddd�| _ ddd�| _d| _d| _d| _dS )a Initializes a new AssociatedSharedTaskDetails object with values from keyword arguments. The default value of the :py:attr:`~oci.fleet_apps_management.models.AssociatedSharedTaskDetails.scope` attribute of this class is ``SHARED`` and it should not be changed. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param scope: The value to assign to the scope property of this AssociatedSharedTaskDetails. Allowed values for this property are: "LOCAL", "SHARED" :type scope: str :param task_record_id: The value to assign to the task_record_id property of this AssociatedSharedTaskDetails. :type task_record_id: str �str)�scope�task_record_idr ZtaskRecordIdNZSHARED)Z swagger_typesZ attribute_mapZ_scope�_task_record_id)�self�kwargs� r �c/usr/lib/python3.9/site-packages/oci/fleet_apps_management/models/associated_shared_task_details.py�__init__ s ��z$AssociatedSharedTaskDetails.__init__c C s | j S )z� **[Required]** Gets the task_record_id of this AssociatedSharedTaskDetails. The ID of taskRecord. :return: The task_record_id of this AssociatedSharedTaskDetails. :rtype: str �r �r r r r r 0 s z*AssociatedSharedTaskDetails.task_record_idc C s || _ dS )z� Sets the task_record_id of this AssociatedSharedTaskDetails. The ID of taskRecord. :param task_record_id: The task_record_id of this AssociatedSharedTaskDetails. :type: str Nr )r r r r r r <