o
    ɶd                     @   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                   @   sJ   e Zd ZdZdd Zedd Zejdd Zdd Zd	d
 Z	dd Z
dS )CertificateCollectionz.
    Collection of certificate summaries.
    c                 K   s   ddi| _ ddi| _d| _dS )a  
        Initializes a new CertificateCollection object with values from keyword arguments.
        The following keyword arguments are supported (corresponding to the getters/setters of this class):

        :param items:
            The value to assign to the items property of this CertificateCollection.
        :type items: list[oci.apigateway.models.CertificateSummary]

        itemszlist[CertificateSummary]N)Zswagger_typesZattribute_map_items)selfkwargs r   Pusr/lib/python3.10/site-packages/oci/apigateway/models/certificate_collection.py__init__   s
   
zCertificateCollection.__init__c                 C   s   | j S )z
        **[Required]** Gets the items of this CertificateCollection.
        Certificate summaries.


        :return: The items of this CertificateCollection.
        :rtype: list[oci.apigateway.models.CertificateSummary]
        r   r	   r   r   r   r   &   s   
zCertificateCollection.itemsc                 C   s
   || _ dS )z
        Sets the items of this CertificateCollection.
        Certificate summaries.


        :param items: The items of this CertificateCollection.
        :type: list[oci.apigateway.models.CertificateSummary]
        Nr   )r	   r   r   r   r   r   2   s   

c                 C   s   t | S N)r   r   r   r   r   __repr__>   s   zCertificateCollection.__repr__c                 C   s   |d u rdS | j |j kS )NF)__dict__r	   otherr   r   r   __eq__A   s   zCertificateCollection.__eq__c                 C   s
   | |k S r   r   r   r   r   r   __ne__G   s   
zCertificateCollection.__ne__N)__name__
__module____qualname____doc__r   propertyr   setterr   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   