ruạṛ
a ���fp � @ 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 )�ExadataInfrastructureContactz5 Contact details for Exadata Infrastructure. c K sF dddddd�| _ dddddd�| _d | _d | _d | _d | _d | _d S ) a� Initializes a new ExadataInfrastructureContact object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param name: The value to assign to the name property of this ExadataInfrastructureContact. :type name: str :param phone_number: The value to assign to the phone_number property of this ExadataInfrastructureContact. :type phone_number: str :param email: The value to assign to the email property of this ExadataInfrastructureContact. :type email: str :param is_primary: The value to assign to the is_primary property of this ExadataInfrastructureContact. :type is_primary: bool :param is_contact_mos_validated: The value to assign to the is_contact_mos_validated property of this ExadataInfrastructureContact. :type is_contact_mos_validated: bool �str�bool)�name�phone_number�email� is_primary�is_contact_mos_validatedr ZphoneNumberr Z isPrimaryZisContactMosValidatedN)Z swagger_typesZ attribute_map�_name� _phone_number�_email�_is_primary�_is_contact_mos_validated)�self�kwargs� r �V/usr/lib/python3.9/site-packages/oci/database/models/exadata_infrastructure_contact.py�__init__ s"