📂 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
›
osp_gateway
›
models
›
📁 __pycache__
📍
Lokasi:
/usr/lib/python3.9/site-packages/oci/osp_gateway/models/__pycache__
💾
Free:
45.7 GB
⚠️ Direktori ini
tidak writable
.
✏️ Mengedit: address.cpython-39.pyc
a ���f�T � @ 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� �Zedd� �Zejdd� �Zedd� �Z e jdd� �Z edd� �Zejdd� �Zedd� �Zejdd� �Zedd � �Zejd!d � �Zed"d#� �Zejd$d#� �Zed%d&� �Zejd'd&� �Zed(d)� �Zejd*d)� �Zed+d,� �Zejd-d,� �Zed.d/� �Zejd0d/� �Zed1d2� �Zejd3d2� �Zed4d5� �Zejd6d5� �Zed7d8� �Zejd9d8� �Zed:d;� �Zejd<d;� �Zed=d>� �Zejd?d>� �Zed@dA� �ZejdBdA� �ZedCdD� �ZejdEdD� �ZedFdG� �ZejdHdG� �ZedIdJ� �ZejdKdJ� �ZedLdM� �ZejdNdM� �ZedOdP� �Z e jdQdP� �Z dRdS� Z!dTdU� Z"dVdW� Z#dXS )Y�Addressz Address details model. c K s ddddddddddddddddddddddddddd�| _ ddddddd d ddd dddddddddddddddd�| _d| _d| _d| _d| _d| _d| _d| _d| _ d| _ d| _d| _d| _ d| _d| _d| _d| _d| _d| _d| _d| _d| _d| _d| _d| _d| _d| _dS )a� Initializes a new Address object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param address_key: The value to assign to the address_key property of this Address. :type address_key: str :param line1: The value to assign to the line1 property of this Address. :type line1: str :param line2: The value to assign to the line2 property of this Address. :type line2: str :param line3: The value to assign to the line3 property of this Address. :type line3: str :param line4: The value to assign to the line4 property of this Address. :type line4: str :param street_name: The value to assign to the street_name property of this Address. :type street_name: str :param street_number: The value to assign to the street_number property of this Address. :type street_number: str :param city: The value to assign to the city property of this Address. :type city: str :param county: The value to assign to the county property of this Address. :type county: str :param country: The value to assign to the country property of this Address. :type country: str :param province: The value to assign to the province property of this Address. :type province: str :param postal_code: The value to assign to the postal_code property of this Address. :type postal_code: str :param state: The value to assign to the state property of this Address. :type state: str :param email_address: The value to assign to the email_address property of this Address. :type email_address: str :param company_name: The value to assign to the company_name property of this Address. :type company_name: str :param first_name: The value to assign to the first_name property of this Address. :type first_name: str :param middle_name: The value to assign to the middle_name property of this Address. :type middle_name: str :param last_name: The value to assign to the last_name property of this Address. :type last_name: str :param phone_country_code: The value to assign to the phone_country_code property of this Address. :type phone_country_code: str :param phone_number: The value to assign to the phone_number property of this Address. :type phone_number: str :param job_title: The value to assign to the job_title property of this Address. :type job_title: str :param department_name: The value to assign to the department_name property of this Address. :type department_name: str :param internal_number: The value to assign to the internal_number property of this Address. :type internal_number: str :param contributor_class: The value to assign to the contributor_class property of this Address. :type contributor_class: str :param state_inscription: The value to assign to the state_inscription property of this Address. :type state_inscription: str :param municipal_inscription: The value to assign to the municipal_inscription property of this Address. :type municipal_inscription: str �str)�address_key�line1�line2�line3�line4�street_name� street_number�city�county�country�province�postal_code�state� email_address�company_name� first_name�middle_name� last_name�phone_country_code�phone_number� job_title�department_name�internal_number�contributor_class�state_inscription�municipal_inscriptionZ addressKeyr r r r Z streetNameZstreetNumberr r r r Z postalCoder ZemailAddressZcompanyNameZ firstNameZ middleNameZlastNameZphoneCountryCodeZphoneNumberZjobTitleZdepartmentNameZinternalNumberZcontributorClassZstateInscriptionZmunicipalInscriptionN)Z swagger_typesZ attribute_map�_address_key�_line1�_line2�_line3�_line4�_street_name�_street_number�_city�_county�_country� _province�_postal_code�_state�_email_address� _company_name�_first_name�_middle_name� _last_name�_phone_country_code� _phone_number� _job_title�_department_name�_internal_number�_contributor_class�_state_inscription�_municipal_inscription)�self�kwargs� r>