📂 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_branch.pyc
a N��fu � @ 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 )�RepositoryBranchz% Branch related information. c K s` dddddddd�| _ ddddd d dd�| _d| _d| _d| _d| _d| _d| _d| _d | _dS )a� Initializes a new RepositoryBranch object with values from keyword arguments. The default value of the :py:attr:`~oci.devops.models.RepositoryBranch.ref_type` attribute of this class is ``BRANCH`` 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 RepositoryBranch. :type ref_name: str :param ref_type: The value to assign to the ref_type property of this RepositoryBranch. 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 RepositoryBranch. :type full_ref_name: str :param repository_id: The value to assign to the repository_id property of this RepositoryBranch. :type repository_id: str :param freeform_tags: The value to assign to the freeform_tags property of this RepositoryBranch. :type freeform_tags: dict(str, str) :param defined_tags: The value to assign to the defined_tags property of this RepositoryBranch. :type defined_tags: dict(str, dict(str, object)) :param commit_id: The value to assign to the commit_id property of this RepositoryBranch. :type commit_id: str �strzdict(str, str)zdict(str, dict(str, object)))�ref_name�ref_type� full_ref_name� repository_id� freeform_tags�defined_tags� commit_id�refName�refType�fullRefName�repositoryId�freeformTags�definedTags�commitIdN�BRANCH) � swagger_types� attribute_map� _ref_name� _ref_type�_full_ref_name�_repository_id�_freeform_tags� _defined_tags� _commit_id)�self�kwargs� r$ ��/sparta/input/_build_configuration/image_build+validate/lib/bmcenv/lib64/python3.9/site-packages/oci/devops/models/repository_branch.py�__init__ s0 %�� zRepositoryBranch.__init__c C s | j S )z� **[Required]** Gets the commit_id of this RepositoryBranch. Commit ID pointed to by the new branch. :return: The commit_id of this RepositoryBranch. :rtype: str �r! �r"