📂 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
›
osp_gateway
›
models
›
📁 __pycache__
📍
Lokasi:
/usr/lib/python3.9/site-packages/oci/osp_gateway/models/__pycache__
💾
Free:
48.2 GB
⚠️ Direktori ini
tidak writable
.
✏️ Mengedit: country.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 )�Countryz Country details model c K sF dddddd�| _ dddddd�| _d | _d | _d | _d | _d | _d S ) a� Initializes a new Country object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param country_id: The value to assign to the country_id property of this Country. :type country_id: float :param country_code: The value to assign to the country_code property of this Country. :type country_code: str :param country_name: The value to assign to the country_name property of this Country. :type country_name: str :param language_id: The value to assign to the language_id property of this Country. :type language_id: float :param ascii3_country_code: The value to assign to the ascii3_country_code property of this Country. :type ascii3_country_code: str �float�str)� country_id�country_code�country_name�language_id�ascii3_country_codeZ countryIdZcountryCodeZcountryNameZ languageIdZascii3CountryCodeN)Z swagger_typesZ attribute_map�_country_id� _country_code� _country_name�_language_id�_ascii3_country_code)�self�kwargs� r �B/usr/lib/python3.9/site-packages/oci/osp_gateway/models/country.py�__init__ s"