📂 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
›
devops
›
📁 models
📍
Lokasi:
/usr/libexec/oracle-cloud-agent/plugins/osms/oci/devops/models
💾
Free:
45.8 GB
⚠️ Direktori ini
tidak writable
.
✏️ Mengedit: repository_tag.pyc
a N��fy � @ sD d dl mZ ddlmZmZmZ ddlmZ eG dd� de��ZdS )� )� RepositoryRef� )�formatted_flat_dict� NONE_SENTINEL�#value_allowed_none_or_none_sentinel)�init_model_state_from_kwargsc @ sJ e Zd ZdZdd� Zedd� �Zejdd� �Zdd� Zd d � Z dd� Z d S )� RepositoryTagz= The information needed to create a lightweight tag. c K s` dddddddd�| _ ddddd d dd�| _d| _d| _d| _d| _d| _d| _d| _d | _dS )a� Initializes a new RepositoryTag object with values from keyword arguments. The default value of the :py:attr:`~oci.devops.models.RepositoryTag.ref_type` attribute of this class is ``TAG`` and it should not be changed. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param ref_name: The value to assign to the ref_name property of this RepositoryTag. :type ref_name: str :param ref_type: The value to assign to the ref_type property of this RepositoryTag. Allowed values for this property are: "BRANCH", "TAG" :type ref_type: str :param full_ref_name: The value to assign to the full_ref_name property of this RepositoryTag. :type full_ref_name: str :param repository_id: The value to assign to the repository_id property of this RepositoryTag. :type repository_id: str :param freeform_tags: The value to assign to the freeform_tags property of this RepositoryTag. :type freeform_tags: dict(str, str) :param defined_tags: The value to assign to the defined_tags property of this RepositoryTag. :type defined_tags: dict(str, dict(str, object)) :param object_id: The value to assign to the object_id property of this RepositoryTag. :type object_id: str �strzdict(str, str)zdict(str, dict(str, object)))�ref_name�ref_type� full_ref_name� repository_id� freeform_tags�defined_tags� object_id�refName�refType�fullRefName�repositoryId�freeformTags�definedTags�objectIdN�TAG) � swagger_types� attribute_map� _ref_name� _ref_type�_full_ref_name�_repository_id�_freeform_tags� _defined_tags� _object_id)�self�kwargs� r$ ��/sparta/input/_build_configuration/image_build+validate/lib/bmcenv/lib64/python3.9/site-packages/oci/devops/models/repository_tag.py�__init__ s0 %�� zRepositoryTag.__init__c C s | j S )z� **[Required]** Gets the object_id of this RepositoryTag. SHA-1 hash value of the object pointed to by the tag. :return: The object_id of this RepositoryTag. :rtype: str �r! �r"