📂 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
›
usage_api
›
models
›
📁 __pycache__
📍
Lokasi:
/usr/lib/python3.9/site-packages/oci/usage_api/models/__pycache__
💾
Free:
45.8 GB
⚠️ Direktori ini
tidak writable
.
✏️ Mengedit: update_email_recipients_group_details.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 @ sJ e Zd ZdZdd� Zedd� �Zejdd� �Zdd� Zd d � Z dd� Z d S )�!UpdateEmailRecipientsGroupDetailszK The saved email recipient group to receive usage statement email. c K s ddi| _ ddi| _d| _dS )a� Initializes a new UpdateEmailRecipientsGroupDetails object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param recipients_list: The value to assign to the recipients_list property of this UpdateEmailRecipientsGroupDetails. :type recipients_list: list[oci.usage_api.models.EmailRecipient] �recipients_listzlist[EmailRecipient]ZrecipientsListN)Z swagger_typesZ attribute_map�_recipients_list)�self�kwargs� r �^/usr/lib/python3.9/site-packages/oci/usage_api/models/update_email_recipients_group_details.py�__init__ s ��z*UpdateEmailRecipientsGroupDetails.__init__c C s | j S )a6 **[Required]** Gets the recipients_list of this UpdateEmailRecipientsGroupDetails. The list of recipient will receive the usage statement email. :return: The recipients_list of this UpdateEmailRecipientsGroupDetails. :rtype: list[oci.usage_api.models.EmailRecipient] �r �r r r r r &