ruạṛ
a ���f9 � @ 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 )�ServiceSummaryz> A specific OCI service supported by resource limits. c K s2 dddd�| _ dddd�| _d| _d| _d| _dS )a� Initializes a new ServiceSummary 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 ServiceSummary. :type name: str :param description: The value to assign to the description property of this ServiceSummary. :type description: str :param supported_subscriptions: The value to assign to the supported_subscriptions property of this ServiceSummary. :type supported_subscriptions: list[str] �strz list[str])�name�description�supported_subscriptionsr r ZsupportedSubscriptionsN)Z swagger_typesZ attribute_map�_name�_description�_supported_subscriptions)�self�kwargs� r �E/usr/lib/python3.9/site-packages/oci/limits/models/service_summary.py�__init__ s ��zServiceSummary.__init__c C s | j S )z� Gets the name of this ServiceSummary. The service name. Use this when calling other APIs. :return: The name of this ServiceSummary. :rtype: str �r �r r r r r 4 s zServiceSummary.namec C s || _ dS )z� Sets the name of this ServiceSummary. The service name. Use this when calling other APIs. :param name: The name of this ServiceSummary. :type: str Nr )r r r r r r @ s c C s | j S )z� Gets the description of this ServiceSummary. The friendly service name. :return: The description of this ServiceSummary. :rtype: str �r r r r r r L s zServiceSummary.descriptionc C s || _ dS )z� Sets the description of this ServiceSummary. The friendly service name. :param description: The description of this ServiceSummary. :type: str Nr )r r r r r r X s c C s | j S )a( Gets the supported_subscriptions of this ServiceSummary. An array of subscription types supported by the service. e,g The type of subscription, such as 'SAAS', 'ERP', 'CRM'. :return: The supported_subscriptions of this ServiceSummary. :rtype: list[str] �r r r r r r d s z&ServiceSummary.supported_subscriptionsc C s || _ dS )a> Sets the supported_subscriptions of this ServiceSummary. An array of subscription types supported by the service. e,g The type of subscription, such as 'SAAS', 'ERP', 'CRM'. :param supported_subscriptions: The supported_subscriptions of this ServiceSummary. :type: list[str] Nr )r r r r r r p s c C s t | �S �N)r r r r r �__repr__| s zServiceSummary.__repr__c C s |d u rdS | j |j kS )NF)�__dict__�r �otherr r r �__eq__ s zServiceSummary.__eq__c C s | |k S r r r r r r �__ne__� s zServiceSummary.__ne__N) �__name__� __module__�__qualname__�__doc__r �propertyr �setterr r r r r r r r r r s"