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                   @   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
edd„ ƒZejdd„ ƒZdd„ Zdd„ Zdd„ ZdS )ÚMetaa~  
    A complex attribute that contains resource metadata. All sub-attributes are OPTIONAL.

    **SCIM++ Properties:**
    - caseExact: false
    - idcsSearchable: true
    - multiValued: false
    - mutability: readOnly
    - required: false
    - returned: default
    - idcsCsvAttributeNameMappings: [[columnHeaderName:Created Date, mapsTo:meta.created]]
    - type: complex
    c                 K   sF   ddddddœ| _ ddddddœ| _d| _d| _d| _d| _d| _dS )	aI  
        Initializes a new Meta object with values from keyword arguments.
        The following keyword arguments are supported (corresponding to the getters/setters of this class):

        :param resource_type:
            The value to assign to the resource_type property of this Meta.
        :type resource_type: str

        :param created:
            The value to assign to the created property of this Meta.
        :type created: str

        :param last_modified:
            The value to assign to the last_modified property of this Meta.
        :type last_modified: str

        :param location:
            The value to assign to the location property of this Meta.
        :type location: str

        :param version:
            The value to assign to the version property of this Meta.
        :type version: str

        Ústr)Úresource_typeÚcreatedÚlast_modifiedÚlocationÚversionZresourceTyper	   ZlastModifiedr   r   N)Zswagger_typesZattribute_mapÚ_resource_typeÚ_createdÚ_last_modifiedÚ	_locationÚ_version)ÚselfÚkwargs© r   úDusr/lib/python3.10/site-packages/oci/identity_domains/models/meta.pyÚ__init__   s"   û	û
zMeta.__init__c                 C   ó   | j S )aÔ  
        Gets the resource_type of this Meta.
        Name of the resource type of the resource--for example, Users or Groups

        **SCIM++ Properties:**
         - caseExact: false
         - idcsSearchable: false
         - multiValued: false
         - mutability: readOnly
         - required: false
         - returned: default
         - type: string
         - uniqueness: none


        :return: The resource_type of this Meta.
        :rtype: str
        ©r   ©r   r   r   r   r   L   ó   zMeta.resource_typec                 C   ó
   || _ dS )aà  
        Sets the resource_type of this Meta.
        Name of the resource type of the resource--for example, Users or Groups

        **SCIM++ Properties:**
         - caseExact: false
         - idcsSearchable: false
         - multiValued: false
         - mutability: readOnly
         - required: false
         - returned: default
         - type: string
         - uniqueness: none


        :param resource_type: The resource_type of this Meta.
        :type: str
        Nr   )r   r   r   r   r   r   b   ó   
c                 C   r   )a½  
        Gets the created of this Meta.
        The DateTime the Resource was added to the Service Provider

        **SCIM++ Properties:**
         - caseExact: false
         - idcsSearchable: true
         - multiValued: false
         - mutability: readOnly
         - required: false
         - returned: default
         - type: dateTime
         - uniqueness: none


        :return: The created of this Meta.
        :rtype: str
        ©r   r   r   r   r   r	   x   r   zMeta.createdc                 C   r   )aÃ  
        Sets the created of this Meta.
        The DateTime the Resource was added to the Service Provider

        **SCIM++ Properties:**
         - caseExact: false
         - idcsSearchable: true
         - multiValued: false
         - mutability: readOnly
         - required: false
         - returned: default
         - type: dateTime
         - uniqueness: none


        :param created: The created of this Meta.
        :type: str
        Nr   )r   r	   r   r   r   r	   Ž   r   c                 C   r   )a‰  
        Gets the last_modified of this Meta.
        The most recent DateTime that the details of this Resource were updated at the Service Provider. If this Resource has never been modified since its initial creation, the value MUST be the same as the value of created. The attribute MUST be a DateTime.

        **SCIM++ Properties:**
         - caseExact: false
         - idcsSearchable: true
         - multiValued: false
         - mutability: readOnly
         - required: false
         - returned: default
         - type: dateTime
         - uniqueness: none


        :return: The last_modified of this Meta.
        :rtype: str
        ©r   r   r   r   r   r
   ¤   r   zMeta.last_modifiedc                 C   r   )a•  
        Sets the last_modified of this Meta.
        The most recent DateTime that the details of this Resource were updated at the Service Provider. If this Resource has never been modified since its initial creation, the value MUST be the same as the value of created. The attribute MUST be a DateTime.

        **SCIM++ Properties:**
         - caseExact: false
         - idcsSearchable: true
         - multiValued: false
         - mutability: readOnly
         - required: false
         - returned: default
         - type: dateTime
         - uniqueness: none


        :param last_modified: The last_modified of this Meta.
        :type: str
        Nr   )r   r
   r   r   r   r
   º   r   c                 C   r   )aì  
        Gets the location of this Meta.
        The URI of the Resource being returned. This value MUST be the same as the Location HTTP response header.

        **SCIM++ Properties:**
         - caseExact: false
         - idcsSearchable: false
         - multiValued: false
         - mutability: readOnly
         - required: false
         - returned: default
         - type: string
         - uniqueness: none


        :return: The location of this Meta.
        :rtype: str
        ©r   r   r   r   r   r   Ð   r   zMeta.locationc                 C   r   )aó  
        Sets the location of this Meta.
        The URI of the Resource being returned. This value MUST be the same as the Location HTTP response header.

        **SCIM++ Properties:**
         - caseExact: false
         - idcsSearchable: false
         - multiValued: false
         - mutability: readOnly
         - required: false
         - returned: default
         - type: string
         - uniqueness: none


        :param location: The location of this Meta.
        :type: str
        Nr   )r   r   r   r   r   r   æ   r   c                 C   r   )aê  
        Gets the version of this Meta.
        The version of the Resource being returned. This value must be the same as the ETag HTTP response header.

        **SCIM++ Properties:**
         - caseExact: false
         - idcsSearchable: false
         - multiValued: false
         - mutability: readOnly
         - required: false
         - returned: default
         - type: string
         - uniqueness: none


        :return: The version of this Meta.
        :rtype: str
        ©r   r   r   r   r   r   ü   r   zMeta.versionc                 C   r   )að  
        Sets the version of this Meta.
        The version of the Resource being returned. This value must be the same as the ETag HTTP response header.

        **SCIM++ Properties:**
         - caseExact: false
         - idcsSearchable: false
         - multiValued: false
         - mutability: readOnly
         - required: false
         - returned: default
         - type: string
         - uniqueness: none


        :param version: The version of this Meta.
        :type: str
        Nr    )r   r   r   r   r   r     r   c                 C   s   t | ƒS ©N)r   r   r   r   r   Ú__repr__(  s   zMeta.__repr__c                 C   s   |d u rdS | j |j kS )NF)Ú__dict__©r   Úotherr   r   r   Ú__eq__+  s   zMeta.__eq__c                 C   s
   | |k S r!   r   r$   r   r   r   Ú__ne__1  s   
zMeta.__ne__N)Ú__name__Ú
__module__Ú__qualname__Ú__doc__r   Úpropertyr   Úsetterr	   r
   r   r   r"   r&   r'   r   r   r   r   r      s4    0









r   N)Zoci.utilr   r   r   Zoci.decoratorsr   Úobjectr   r   r   r   r   Ú<module>   s   