📂 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
›
license_manager
›
models
›
📁 __pycache__
📍
Lokasi:
/usr/lib/python3.9/site-packages/oci/license_manager/models/__pycache__
💾
Free:
45.7 GB
⚠️ Direktori ini
tidak writable
.
✏️ Mengedit: image_response.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 ed d� �Z e jdd� �Z edd� �Zejdd� �Zdd� Zdd� Z dd� ZdS )� ImageResponsezB The collection of image details for the product license. c K sF dddddd�| _ dddddd�| _d| _d| _d| _d| _d| _dS ) a Initializes a new ImageResponse 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 ImageResponse. :type id: str :param listing_name: The value to assign to the listing_name property of this ImageResponse. :type listing_name: str :param publisher: The value to assign to the publisher property of this ImageResponse. :type publisher: str :param listing_id: The value to assign to the listing_id property of this ImageResponse. :type listing_id: str :param package_version: The value to assign to the package_version property of this ImageResponse. :type package_version: str �str)�id�listing_name� publisher� listing_id�package_versionr ZlistingNamer Z listingIdZpackageVersionN)Z swagger_typesZ attribute_map�_id� _listing_name� _publisher�_listing_id�_package_version)�self�kwargs� r �M/usr/lib/python3.9/site-packages/oci/license_manager/models/image_response.py�__init__ s"