ruạṛ
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 )�WorkflowMonitorz5 The workflow monitor for this work request. c K s2 dddd�| _ dddd�| _d| _d| _d| _dS )a� Initializes a new WorkflowMonitor object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param workflow_name: The value to assign to the workflow_name property of this WorkflowMonitor. :type workflow_name: str :param resource_name: The value to assign to the resource_name property of this WorkflowMonitor. :type resource_name: str :param workflow_steps: The value to assign to the workflow_steps property of this WorkflowMonitor. :type workflow_steps: list[oci.oce.models.WorkflowStep] �strzlist[WorkflowStep])� workflow_name� resource_name�workflow_steps�workflowName�resourceName� workflowStepsN)� swagger_types� attribute_map�_workflow_name�_resource_name�_workflow_steps)�self�kwargs� r ��/sparta/input/_build_configuration/image_build+validate/lib/bmcenv/lib64/python3.9/site-packages/oci/oce/models/workflow_monitor.py�__init__ s ��zWorkflowMonitor.__init__c C s | j S )z� Gets the workflow_name of this WorkflowMonitor. workflow name for this work request :return: The workflow_name of this WorkflowMonitor. :rtype: str �r �r r r r r 2 s zWorkflowMonitor.workflow_namec C s || _ dS )z� Sets the workflow_name of this WorkflowMonitor. workflow name for this work request :param workflow_name: The workflow_name of this WorkflowMonitor. :type: str Nr )r r r r r r >