ruạṛ
a ���f2 � @ 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 @ sd e Zd ZdZdd� Zedd� �Zejdd� �Zedd� �Zejd d� �Zd d� Z dd � Z dd� ZdS )�UpdateContainerImageDetailsz1 Details for updating a container image. c K s( ddd�| _ ddd�| _d| _d| _dS )a> Initializes a new UpdateContainerImageDetails object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param freeform_tags: The value to assign to the freeform_tags property of this UpdateContainerImageDetails. :type freeform_tags: dict(str, str) :param defined_tags: The value to assign to the defined_tags property of this UpdateContainerImageDetails. :type defined_tags: dict(str, dict(str, object)) zdict(str, str)zdict(str, dict(str, object)))� freeform_tags�defined_tagsZfreeformTagsZdefinedTagsN)Z swagger_typesZ attribute_map�_freeform_tags� _defined_tags)�self�kwargs� r �W/usr/lib/python3.9/site-packages/oci/artifacts/models/update_container_image_details.py�__init__ s ��z$UpdateContainerImageDetails.__init__c C s | j S )a� Gets the freeform_tags of this UpdateContainerImageDetails. Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see `Resource Tags`__. Example: `{"Department": "Finance"}` __ https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm :return: The freeform_tags of this UpdateContainerImageDetails. :rtype: dict(str, str) �r �r r r r r - s z)UpdateContainerImageDetails.freeform_tagsc C s || _ dS )a� Sets the freeform_tags of this UpdateContainerImageDetails. Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see `Resource Tags`__. Example: `{"Department": "Finance"}` __ https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm :param freeform_tags: The freeform_tags of this UpdateContainerImageDetails. :type: dict(str, str) Nr )r r r r r r >