o
    ɶdq                     @   s8   d dl mZmZmZ d dlmZ eG dd deZdS )    )formatted_flat_dictNONE_SENTINEL#value_allowed_none_or_none_sentinel)init_model_state_from_kwargsc                   @   s   e Zd ZdZdd Zedd Zejdd Zedd Zejd	d Zed
d Z	e	jdd Z	edd Z
e
jdd Z
dd Zdd Zdd ZdS )EntitlementSummaryz?
    A summary of an entitlement included in a usage plan.
    c                 K   s<   ddddd| _ ddddd| _d	| _d	| _d	| _d	| _d	S )
a(  
        Initializes a new EntitlementSummary 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 EntitlementSummary.
        :type name: str

        :param description:
            The value to assign to the description property of this EntitlementSummary.
        :type description: str

        :param rate_limit:
            The value to assign to the rate_limit property of this EntitlementSummary.
        :type rate_limit: oci.apigateway.models.RateLimit

        :param quota:
            The value to assign to the quota property of this EntitlementSummary.
        :type quota: oci.apigateway.models.Quota

        strZ	RateLimitZQuota)namedescription
rate_limitquotar   r	   Z	rateLimitr   N)Zswagger_typesZattribute_map_name_description_rate_limit_quota)selfkwargs r   Musr/lib/python3.10/site-packages/oci/apigateway/models/entitlement_summary.py__init__   s   
zEntitlementSummary.__init__c                 C      | j S )z
        **[Required]** Gets the name of this EntitlementSummary.
        An entitlement name, unique within a usage plan.


        :return: The name of this EntitlementSummary.
        :rtype: str
        r   r   r   r   r   r   ;   s   
zEntitlementSummary.namec                 C   
   || _ dS )z
        Sets the name of this EntitlementSummary.
        An entitlement name, unique within a usage plan.


        :param name: The name of this EntitlementSummary.
        :type: str
        Nr   )r   r   r   r   r   r   G   s   

c                 C   r   )a  
        Gets the description of this EntitlementSummary.
        A user-friendly description. To provide some insight about the resource.
        Avoid entering confidential information.


        :return: The description of this EntitlementSummary.
        :rtype: str
        r   r   r   r   r   r	   S   s   zEntitlementSummary.descriptionc                 C   r   )a!  
        Sets the description of this EntitlementSummary.
        A user-friendly description. To provide some insight about the resource.
        Avoid entering confidential information.


        :param description: The description of this EntitlementSummary.
        :type: str
        Nr   )r   r	   r   r   r   r	   `   s   
c                 C   r   )z
        Gets the rate_limit of this EntitlementSummary.

        :return: The rate_limit of this EntitlementSummary.
        :rtype: oci.apigateway.models.RateLimit
        r   r   r   r   r   r
   m      zEntitlementSummary.rate_limitc                 C   r   )z
        Sets the rate_limit of this EntitlementSummary.

        :param rate_limit: The rate_limit of this EntitlementSummary.
        :type: oci.apigateway.models.RateLimit
        Nr   )r   r
   r   r   r   r
   w      
c                 C   r   )z
        Gets the quota of this EntitlementSummary.

        :return: The quota of this EntitlementSummary.
        :rtype: oci.apigateway.models.Quota
        r   r   r   r   r   r      r   zEntitlementSummary.quotac                 C   r   )z
        Sets the quota of this EntitlementSummary.

        :param quota: The quota of this EntitlementSummary.
        :type: oci.apigateway.models.Quota
        Nr   )r   r   r   r   r   r      r   c                 C   s   t | S N)r   r   r   r   r   __repr__   s   zEntitlementSummary.__repr__c                 C   s   |d u rdS | j |j kS )NF)__dict__r   otherr   r   r   __eq__   s   zEntitlementSummary.__eq__c                 C   s
   | |k S r   r   r!   r   r   r   __ne__   s   
zEntitlementSummary.__ne__N)__name__
__module____qualname____doc__r   propertyr   setterr	   r
   r   r   r#   r$   r   r   r   r   r      s,    )




	
	
	
	r   N)Zoci.utilr   r   r   Zoci.decoratorsr   objectr   r   r   r   r   <module>   s   