📂 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
›
libexec
›
oracle-cloud-agent
›
plugins
›
osms
›
oci
›
onesubscription
›
📁 models
📍
Lokasi:
/usr/libexec/oracle-cloud-agent/plugins/osms/oci/onesubscription/models
💾
Free:
45.8 GB
⚠️ Direktori ini
tidak writable
.
✏️ Mengedit: subscribed_service_address.pyc
a O��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� �Zedd� �Zejdd� �Zedd� �Z e jdd� �Z edd� �Zejdd� �Zedd� �Zejdd� �Zdd � Zd!d"� Zd#d$� Zd%S )&�SubscribedServiceAddressz Address. c K sn dddddddddd� | _ dddd d ddd dd� | _d| _d| _d| _d| _d| _d| _d| _d| _ d| _ dS )a� Initializes a new SubscribedServiceAddress object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param location: The value to assign to the location property of this SubscribedServiceAddress. :type location: oci.onesubscription.models.SubscribedServiceLocation :param name: The value to assign to the name property of this SubscribedServiceAddress. :type name: str :param phone: The value to assign to the phone property of this SubscribedServiceAddress. :type phone: str :param is_bill_to: The value to assign to the is_bill_to property of this SubscribedServiceAddress. :type is_bill_to: bool :param is_ship_to: The value to assign to the is_ship_to property of this SubscribedServiceAddress. :type is_ship_to: bool :param bill_site_use_id: The value to assign to the bill_site_use_id property of this SubscribedServiceAddress. :type bill_site_use_id: int :param service2_site_use_id: The value to assign to the service2_site_use_id property of this SubscribedServiceAddress. :type service2_site_use_id: int :param tca_cust_acct_site_id: The value to assign to the tca_cust_acct_site_id property of this SubscribedServiceAddress. :type tca_cust_acct_site_id: int :param tca_party_site_number: The value to assign to the tca_party_site_number property of this SubscribedServiceAddress. :type tca_party_site_number: str �SubscribedServiceLocation�str�bool�int) �location�name�phone� is_bill_to� is_ship_to�bill_site_use_id�service2_site_use_id�tca_cust_acct_site_id�tca_party_site_numberr r r �isBillTo�isShipTo� billSiteUseId�service2SiteUseId�tcaCustAcctSiteId�tcaPartySiteNumberN)� swagger_types� attribute_map� _location�_name�_phone�_is_bill_to�_is_ship_to�_bill_site_use_id�_service2_site_use_id�_tca_cust_acct_site_id�_tca_party_site_number)�self�kwargs� r'