ruạṛ
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 )�UpdateExecutionActionDetailszI Describes the modification parameters for the execution action. c K sF dddddd�| _ dddd d d�| _d| _d| _d| _d| _d| _dS )ay Initializes a new UpdateExecutionActionDetails object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param execution_window_id: The value to assign to the execution_window_id property of this UpdateExecutionActionDetails. :type execution_window_id: str :param action_params: The value to assign to the action_params property of this UpdateExecutionActionDetails. :type action_params: dict(str, str) :param action_members: The value to assign to the action_members property of this UpdateExecutionActionDetails. :type action_members: list[oci.database.models.ExecutionActionMember] :param freeform_tags: The value to assign to the freeform_tags property of this UpdateExecutionActionDetails. :type freeform_tags: dict(str, str) :param defined_tags: The value to assign to the defined_tags property of this UpdateExecutionActionDetails. :type defined_tags: dict(str, dict(str, object)) �strzdict(str, str)zlist[ExecutionActionMember]zdict(str, dict(str, object)))�execution_window_id� action_params�action_members� freeform_tags�defined_tagsZexecutionWindowIdZactionParamsZ actionMembersZfreeformTagsZdefinedTagsN)Z swagger_typesZ attribute_map�_execution_window_id�_action_params�_action_members�_freeform_tags� _defined_tags)�self�kwargs� r �W/usr/lib/python3.9/site-packages/oci/database/models/update_execution_action_details.py�__init__ s"