📂 Advanced File Manager
Multi-Root Navigation System
⚡ Quick Jump
Server (/)
Home (/home)
Var_www (/var/www)
Current (/home4/shelley/public_html/wp-content/mu-plugins)
📍 Go
⬆ Ke Atas
🏠 Root Server
🏠 Root App
🔄 Refresh
📀 /
›
usr
›
libexec
›
oracle-cloud-agent
›
plugins
›
osms
›
oci
›
opsi
›
📁 models
📍
Lokasi:
/usr/libexec/oracle-cloud-agent/plugins/osms/oci/opsi/models
💾
Free:
45.9 GB
⚠️ Direktori ini
tidak writable
.
✏️ Mengedit: query_opsi_data_object_data_details.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 d d� Z dd� Zdd� ZdS )�QueryOpsiDataObjectDataDetailszP Information required to form and execute query on an OPSI data object. c K s2 dddd�| _ dddd�| _d| _d| _d| _dS ) a Initializes a new QueryOpsiDataObjectDataDetails object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param data_object_identifier: The value to assign to the data_object_identifier property of this QueryOpsiDataObjectDataDetails. :type data_object_identifier: str :param query: The value to assign to the query property of this QueryOpsiDataObjectDataDetails. :type query: oci.opsi.models.DataObjectQuery :param resource_filters: The value to assign to the resource_filters property of this QueryOpsiDataObjectDataDetails. :type resource_filters: oci.opsi.models.ResourceFilters �str�DataObjectQuery�ResourceFilters)�data_object_identifier�query�resource_filters�dataObjectIdentifierr �resourceFiltersN)� swagger_types� attribute_map�_data_object_identifier�_query�_resource_filters)�self�kwargs� r ��/sparta/input/_build_configuration/image_build+validate/lib/bmcenv/lib64/python3.9/site-packages/oci/opsi/models/query_opsi_data_object_data_details.py�__init__ s ��z'QueryOpsiDataObjectDataDetails.__init__c C s | j S )z� Gets the data_object_identifier of this QueryOpsiDataObjectDataDetails. Unique OPSI data object identifier. :return: The data_object_identifier of this QueryOpsiDataObjectDataDetails. :rtype: str �r �r r r r r 2 s z5QueryOpsiDataObjectDataDetails.data_object_identifierc C s || _ dS )a Sets the data_object_identifier of this QueryOpsiDataObjectDataDetails. Unique OPSI data object identifier. :param data_object_identifier: The data_object_identifier of this QueryOpsiDataObjectDataDetails. :type: str Nr )r r r r r r >