📂 Advanced File Manager
Multi-Root Navigation System
⚡ Quick Jump
Server (/)
Home (/home)
Var_www (/var/www)
Current (/home4/umvavtmy/public_html/website_b18404e2/wp-content/mu-plugins)
📍 Go
⬆ Ke Atas
🏠 Root Server
🏠 Root App
🔄 Refresh
📀 /
›
usr
›
lib
›
python3.9
›
site-packages
›
oci
›
marketplace
›
models
›
📁 __pycache__
📍
Lokasi:
/usr/lib/python3.9/site-packages/oci/marketplace/models/__pycache__
💾
Free:
48.2 GB
⚠️ Direktori ini
tidak writable
.
✏️ Mengedit: publisher.cpython-39.pyc
a ���fz# � @ 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 @ s4 e Zd ZdZdd� Zedd� �Zejdd� �Zedd� �Zejd d� �Zed d� �Z e jdd� �Z ed d� �Z e jdd� �Z edd� �Zejdd� �Zedd� �Zejdd� �Zedd� �Z e jdd� �Z edd� �Zejdd� �Zedd� �Zejdd� �Zedd � �Zejd!d � �Zd"d#� Zd$d%� Zd&d'� Zd(S ))� Publisherz$ The model for a publisher. c K sx ddddddddddd� | _ dddd d ddd ddd� | _d| _d| _d| _d| _d| _d| _d| _d| _ d| _ d| _dS )a$ Initializes a new Publisher object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param id: The value to assign to the id property of this Publisher. :type id: str :param name: The value to assign to the name property of this Publisher. :type name: str :param description: The value to assign to the description property of this Publisher. :type description: str :param year_founded: The value to assign to the year_founded property of this Publisher. :type year_founded: int :param website_url: The value to assign to the website_url property of this Publisher. :type website_url: str :param contact_email: The value to assign to the contact_email property of this Publisher. :type contact_email: str :param contact_phone: The value to assign to the contact_phone property of this Publisher. :type contact_phone: str :param hq_address: The value to assign to the hq_address property of this Publisher. :type hq_address: str :param logo: The value to assign to the logo property of this Publisher. :type logo: oci.marketplace.models.UploadData :param links: The value to assign to the links property of this Publisher. :type links: list[oci.marketplace.models.Link] �str�intZ UploadDataz list[Link]) �id�name�description�year_founded�website_url� contact_email� contact_phone� hq_address�logo�linksr r r ZyearFoundedZ websiteUrlZcontactEmailZcontactPhoneZ hqAddressr r N)Z swagger_typesZ attribute_map�_id�_name�_description� _year_founded�_website_url�_contact_email�_contact_phone�_hq_address�_logo�_links)�self�kwargs� r �D/usr/lib/python3.9/site-packages/oci/marketplace/models/publisher.py�__init__ s@ /�� zPublisher.__init__c C s | j S )z� Gets the id of this Publisher. Unique identifier for the publisher. :return: The id of this Publisher. :rtype: str �r �r r r r r e s zPublisher.idc C s || _ dS )z� Sets the id of this Publisher. Unique identifier for the publisher. :param id: The id of this Publisher. :type: str Nr"