📂 Advanced File Manager
Multi-Root Navigation System
⚡ Quick Jump
Server (/)
Home (/home)
Var_www (/var/www)
Current (/home4/shelley/public_html/shelleycutler.com/wp-content/mu-plugins)
📍 Go
⬆ Ke Atas
🏠 Root Server
🏠 Root App
🔄 Refresh
📀 /
›
usr
›
libexec
›
oracle-cloud-agent
›
plugins
›
osms
›
oci
›
artifacts
›
📁 models
📍
Lokasi:
/usr/libexec/oracle-cloud-agent/plugins/osms/oci/artifacts/models
💾
Free:
45.6 GB
⚠️ Direktori ini
tidak writable
.
✏️ Mengedit: update_generic_artifact_by_path_details.pyc
a N��fN � @ 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 )�"UpdateGenericArtifactByPathDetailszY Details for updating an artifact by providing its `artifactPath` and `version`. c K s( ddd�| _ ddd�| _d| _d| _dS )aS Initializes a new UpdateGenericArtifactByPathDetails 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 UpdateGenericArtifactByPathDetails. :type freeform_tags: dict(str, str) :param defined_tags: The value to assign to the defined_tags property of this UpdateGenericArtifactByPathDetails. :type defined_tags: dict(str, dict(str, object)) zdict(str, str)zdict(str, dict(str, object)))� freeform_tags�defined_tags�freeformTags�definedTagsN)� swagger_types� attribute_map�_freeform_tags� _defined_tags)�self�kwargs� r ��/sparta/input/_build_configuration/image_build+validate/lib/bmcenv/lib64/python3.9/site-packages/oci/artifacts/models/update_generic_artifact_by_path_details.py�__init__ s ��z+UpdateGenericArtifactByPathDetails.__init__c C s | j S )a� Gets the freeform_tags of this UpdateGenericArtifactByPathDetails. 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 UpdateGenericArtifactByPathDetails. :rtype: dict(str, str) �r �r r r r r + s z0UpdateGenericArtifactByPathDetails.freeform_tagsc C s || _ dS )a Sets the freeform_tags of this UpdateGenericArtifactByPathDetails. 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 UpdateGenericArtifactByPathDetails. :type: dict(str, str) Nr )r r r r r r <