📂 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
›
lib
›
python3.9
›
site-packages
›
oci
›
service_catalog
›
models
›
📁 __pycache__
📍
Lokasi:
/usr/lib/python3.9/site-packages/oci/service_catalog/models/__pycache__
💾
Free:
45.6 GB
⚠️ Direktori ini
tidak writable
.
✏️ Mengedit: upload_data.cpython-39.pyc
a ���f� � @ 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_typeZdisplayNameZ contentUrlZmimeTypeN)Z swagger_typesZ attribute_map� _display_name�_content_url� _mime_type)�self�kwargs� r �J/usr/lib/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 4 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 @ s c C s | j S )z� Gets the content_url of this UploadData. The content URL of the uploaded data. :return: The content_url of this UploadData. :rtype: str �r r r r r r L s zUploadData.content_urlc C s || _ dS )z� Sets the content_url of this UploadData. The content URL of the uploaded data. :param content_url: The content_url of this UploadData. :type: str Nr )r r r r r r X s c C s | j S )z� Gets the mime_type of this UploadData. The MIME type of the uploaded data. :return: The mime_type of this UploadData. :rtype: str �r r r r r r d s zUploadData.mime_typec C s || _ dS )z� Sets the mime_type of this UploadData. The MIME type of the uploaded data. :param mime_type: The mime_type of this UploadData. :type: str Nr )r r r r r r p s c C s t | �S �N)r r r r r �__repr__| s zUploadData.__repr__c C s |d u rdS | j |j kS )NF)�__dict__�r �otherr r r �__eq__ s zUploadData.__eq__c C s | |k S r r r r r r �__ne__� s zUploadData.__ne__N) �__name__� __module__�__qualname__�__doc__r �propertyr �setterr r r r r r r r r r s"