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 d d� Z dd� Zdd� ZdS )�ActionMemberz* The details of an action member. c K s2 dddd�| _ dddd�| _d| _d| _d| _dS )a� Initializes a new ActionMember object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param member_order: The value to assign to the member_order property of this ActionMember. :type member_order: int :param member_id: The value to assign to the member_id property of this ActionMember. :type member_id: str :param estimated_time_in_mins: The value to assign to the estimated_time_in_mins property of this ActionMember. :type estimated_time_in_mins: int �int�str)�member_order� member_id�estimated_time_in_minsZmemberOrderZmemberIdZestimatedTimeInMinsN)Z swagger_typesZ attribute_map� _member_order� _member_id�_estimated_time_in_mins)�self�kwargs� r �E/usr/lib/python3.9/site-packages/oci/database/models/action_member.py�__init__ s ��zActionMember.__init__c C s | j S )z� **[Required]** Gets the member_order of this ActionMember. The order of the action member in a scheduled action. :return: The member_order of this ActionMember. :rtype: int �r �r r r r r 4 s zActionMember.member_orderc C s || _ dS )z� Sets the member_order of this ActionMember. The order of the action member in a scheduled action. :param member_order: The member_order of this ActionMember. :type: int Nr )r r r r r r @ s c C s | j S )z� **[Required]** Gets the member_id of this ActionMember. The ocid of the action member. :return: The member_id of this ActionMember. :rtype: str �r r r r r r L s zActionMember.member_idc C s || _ dS )z� Sets the member_id of this ActionMember. The ocid of the action member. :param member_id: The member_id of this ActionMember. :type: str Nr )r r r r r r X s c C s | j S )z� Gets the estimated_time_in_mins of this ActionMember. The estimated time for the intended action member. :return: The estimated_time_in_mins of this ActionMember. :rtype: int �r r r r r r d s z#ActionMember.estimated_time_in_minsc C s || _ dS )z� Sets the estimated_time_in_mins of this ActionMember. The estimated time for the intended action member. :param estimated_time_in_mins: The estimated_time_in_mins of this ActionMember. :type: int Nr )r r r r r r p s c C s t | �S �N)r r r r r �__repr__| s zActionMember.__repr__c C s |d u rdS | j |j kS )NF)�__dict__�r �otherr r r �__eq__ s zActionMember.__eq__c C s | |k S r r r r r r �__ne__� s zActionMember.__ne__N) �__name__� __module__�__qualname__�__doc__r �propertyr �setterr r r r r r r r r r s"