ruạṛ
a N��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 )�ConnectivityUsageDetailsz- Input details to ConnectivityUsage. c K s2 dddd�| _ dddd�| _d| _d| _d| _dS )a� Initializes a new ConnectivityUsageDetails object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param connection_key: The value to assign to the connection_key property of this ConnectivityUsageDetails. :type connection_key: str :param action: The value to assign to the action property of this ConnectivityUsageDetails. :type action: str :param consuming_service: The value to assign to the consuming_service property of this ConnectivityUsageDetails. :type consuming_service: str �str)�connection_key�action�consuming_service� connectionKeyr �consumingServiceN)� swagger_types� attribute_map�_connection_key�_action�_consuming_service)�self�kwargs� r ��/sparta/input/_build_configuration/image_build+validate/lib/bmcenv/lib64/python3.9/site-packages/oci/data_connectivity/models/connectivity_usage_details.py�__init__ s ��z!ConnectivityUsageDetails.__init__c C s | j S )z� Gets the connection_key of this ConnectivityUsageDetails. connection Key. :return: The connection_key of this ConnectivityUsageDetails. :rtype: str �r �r r r r r 2 s z'ConnectivityUsageDetails.connection_keyc C s || _ dS )z� Sets the connection_key of this ConnectivityUsageDetails. connection Key. :param connection_key: The connection_key of this ConnectivityUsageDetails. :type: str Nr )r r r r r r >