📂 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
›
opsi
›
models
›
📁 __pycache__
📍
Lokasi:
/usr/lib/python3.9/site-packages/oci/opsi/models/__pycache__
💾
Free:
47.3 GB
⚠️ Direktori ini
tidak writable
.
✏️ Mengedit: create_news_report_details.cpython-39.pyc
a ���ffC � @ 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 ZdZdZdZdZdZdZdZ dZ d Zd ZdZ dZd Zdd� Zedd� �Zejdd� �Zedd� �Zejdd� �Zedd� �Zejdd� �Zedd� �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� �Zd4d5� Zd6d7� Z d8d9� Z!d:S );�CreateNewsReportDetailsz> The information about the news report to be created. �WEEKLY�EN�DISABLED�ENABLED� TERMINATED�MONDAY�TUESDAY� WEDNESDAY�THURSDAY�FRIDAY�SATURDAY�SUNDAYc K s� ddddddddddddd�| _ ddd d ddd dddddd�| _d| _d| _d| _d| _d| _d| _d| _d| _ d| _ d| _d| _d| _ dS )a� Initializes a new CreateNewsReportDetails object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param name: The value to assign to the name property of this CreateNewsReportDetails. :type name: str :param news_frequency: The value to assign to the news_frequency property of this CreateNewsReportDetails. Allowed values for this property are: "WEEKLY" :type news_frequency: str :param description: The value to assign to the description property of this CreateNewsReportDetails. :type description: str :param ons_topic_id: The value to assign to the ons_topic_id property of this CreateNewsReportDetails. :type ons_topic_id: str :param compartment_id: The value to assign to the compartment_id property of this CreateNewsReportDetails. :type compartment_id: str :param freeform_tags: The value to assign to the freeform_tags property of this CreateNewsReportDetails. :type freeform_tags: dict(str, str) :param defined_tags: The value to assign to the defined_tags property of this CreateNewsReportDetails. :type defined_tags: dict(str, dict(str, object)) :param content_types: The value to assign to the content_types property of this CreateNewsReportDetails. :type content_types: oci.opsi.models.NewsContentTypes :param locale: The value to assign to the locale property of this CreateNewsReportDetails. Allowed values for this property are: "EN" :type locale: str :param status: The value to assign to the status property of this CreateNewsReportDetails. Allowed values for this property are: "DISABLED", "ENABLED", "TERMINATED" :type status: str :param day_of_week: The value to assign to the day_of_week property of this CreateNewsReportDetails. Allowed values for this property are: "MONDAY", "TUESDAY", "WEDNESDAY", "THURSDAY", "FRIDAY", "SATURDAY", "SUNDAY" :type day_of_week: str :param are_child_compartments_included: The value to assign to the are_child_compartments_included property of this CreateNewsReportDetails. :type are_child_compartments_included: bool �strzdict(str, str)zdict(str, dict(str, object))ZNewsContentTypes�bool)�name�news_frequency�description�ons_topic_id�compartment_id� freeform_tags�defined_tags� content_types�locale�status�day_of_week�are_child_compartments_includedr Z newsFrequencyr Z onsTopicIdZ compartmentIdZfreeformTagsZdefinedTagsZcontentTypesr r Z dayOfWeekZareChildCompartmentsIncludedN)Z swagger_typesZ attribute_map�_name�_news_frequency�_description� _ons_topic_id�_compartment_id�_freeform_tags� _defined_tags�_content_types�_locale�_status�_day_of_week� _are_child_compartments_included)�self�kwargs� r/ �N/usr/lib/python3.9/site-packages/oci/opsi/models/create_news_report_details.py�__init__B sL ;��z CreateNewsReportDetails.__init__c C s | j S )z� **[Required]** Gets the name of this CreateNewsReportDetails. The news report name. :return: The name of this CreateNewsReportDetails. :rtype: str �r! �r- r/ r/ r0 r � s zCreateNewsReportDetails.namec C s || _ dS )z� Sets the name of this CreateNewsReportDetails. The news report name. :param name: The name of this CreateNewsReportDetails. :type: str Nr2 )r- r r/ r/ r0 r � s c C s | j S )a **[Required]** Gets the news_frequency of this CreateNewsReportDetails. News report frequency. Allowed values for this property are: "WEEKLY" :return: The news_frequency of this CreateNewsReportDetails. :rtype: str )r"