📂 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
›
libexec
›
oracle-cloud-agent
›
plugins
›
osms
›
oci
›
media_services
›
📁 models
📍
Lokasi:
/usr/libexec/oracle-cloud-agent/plugins/osms/oci/media_services/models
💾
Free:
45.8 GB
⚠️ Direktori ini
tidak writable
.
✏️ Mengedit: media_workflow_task_state.pyc
a O��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 d d� Z dd� Zdd� ZdS )�MediaWorkflowTaskStatez7 Status of a task in a workflow job being run. c K s2 dddd�| _ dddd�| _d| _d| _d| _dS )a� Initializes a new MediaWorkflowTaskState object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param key: The value to assign to the key property of this MediaWorkflowTaskState. :type key: str :param lifecycle_state: The value to assign to the lifecycle_state property of this MediaWorkflowTaskState. :type lifecycle_state: str :param lifecycle_details: The value to assign to the lifecycle_details property of this MediaWorkflowTaskState. :type lifecycle_details: str �str)�key�lifecycle_state�lifecycle_detailsr �lifecycleState�lifecycleDetailsN)� swagger_types� attribute_map�_key�_lifecycle_state�_lifecycle_details)�self�kwargs� r ��/sparta/input/_build_configuration/image_build+validate/lib/bmcenv/lib64/python3.9/site-packages/oci/media_services/models/media_workflow_task_state.py�__init__ s ��zMediaWorkflowTaskState.__init__c C s | j S )z� Gets the key of this MediaWorkflowTaskState. Unique key within a MediaWorkflowJob for the task. :return: The key of this MediaWorkflowTaskState. :rtype: str �r �r r r r r 2 s zMediaWorkflowTaskState.keyc C s || _ dS )z� Sets the key of this MediaWorkflowTaskState. Unique key within a MediaWorkflowJob for the task. :param key: The key of this MediaWorkflowTaskState. :type: str Nr )r r r r r r >