📂 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
›
opsi
›
📁 models
📍
Lokasi:
/usr/libexec/oracle-cloud-agent/plugins/osms/oci/opsi/models
💾
Free:
45.8 GB
⚠️ Direktori ini
tidak writable
.
✏️ Mengedit: query_data_object_json_result_set_rows_collection.pyc
a O��fw � @ sD d dl mZ ddlmZmZmZ ddlmZ eG dd� de��ZdS )� )�&QueryDataObjectResultSetRowsCollection� )�formatted_flat_dict� NONE_SENTINEL�#value_allowed_none_or_none_sentinel)�init_model_state_from_kwargsc @ sd e Zd ZdZdd� Zedd� �Zejdd� �Zedd� �Zejd d� �Zd d� Z dd � Z dd� ZdS )�*QueryDataObjectJsonResultSetRowsCollectionzC Collection of result set rows from the data object query. c K s8 dddd�| _ dddd�| _d| _d| _d| _d | _dS ) a� Initializes a new QueryDataObjectJsonResultSetRowsCollection object with values from keyword arguments. The default value of the :py:attr:`~oci.opsi.models.QueryDataObjectJsonResultSetRowsCollection.format` attribute of this class is ``JSON`` and it should not be changed. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param format: The value to assign to the format property of this QueryDataObjectJsonResultSetRowsCollection. Allowed values for this property are: "JSON" :type format: str :param items: The value to assign to the items property of this QueryDataObjectJsonResultSetRowsCollection. :type items: list[object] :param items_metadata: The value to assign to the items_metadata property of this QueryDataObjectJsonResultSetRowsCollection. :type items_metadata: list[oci.opsi.models.QueryDataObjectResultSetColumnMetadata] �strzlist[object]z,list[QueryDataObjectResultSetColumnMetadata])�format�items�items_metadatar r � itemsMetadataN�JSON)� swagger_types� attribute_map�_format�_items�_items_metadata)�self�kwargs� r ��/sparta/input/_build_configuration/image_build+validate/lib/bmcenv/lib64/python3.9/site-packages/oci/opsi/models/query_data_object_json_result_set_rows_collection.py�__init__ s ��z3QueryDataObjectJsonResultSetRowsCollection.__init__c C s | j S )z� **[Required]** Gets the items of this QueryDataObjectJsonResultSetRowsCollection. Array of result set rows. :return: The items of this QueryDataObjectJsonResultSetRowsCollection. :rtype: list[object] �r �r r r r r 5 s z0QueryDataObjectJsonResultSetRowsCollection.itemsc C s || _ dS )z� Sets the items of this QueryDataObjectJsonResultSetRowsCollection. Array of result set rows. :param items: The items of this QueryDataObjectJsonResultSetRowsCollection. :type: list[object] Nr )r r r r r r A s c C s | j S )ay **[Required]** Gets the items_metadata of this QueryDataObjectJsonResultSetRowsCollection. Array of QueryDataObjectResultSetColumnMetadata objects that describe the result set columns. :return: The items_metadata of this QueryDataObjectJsonResultSetRowsCollection. :rtype: list[oci.opsi.models.QueryDataObjectResultSetColumnMetadata] �r r r r r r M s z9QueryDataObjectJsonResultSetRowsCollection.items_metadatac C s || _ dS )aw Sets the items_metadata of this QueryDataObjectJsonResultSetRowsCollection. Array of QueryDataObjectResultSetColumnMetadata objects that describe the result set columns. :param items_metadata: The items_metadata of this QueryDataObjectJsonResultSetRowsCollection. :type: list[oci.opsi.models.QueryDataObjectResultSetColumnMetadata] Nr )r r r r r r Y s c C s t | �S �N)r r r r r �__repr__e s z3QueryDataObjectJsonResultSetRowsCollection.__repr__c C s |d u rdS | j |j kS )NF)�__dict__�r �otherr r r �__eq__h s z1QueryDataObjectJsonResultSetRowsCollection.__eq__c C s | |k S r r r r r r �__ne__n s z1QueryDataObjectJsonResultSetRowsCollection.__ne__N)�__name__� __module__�__qualname__�__doc__r �propertyr �setterr r r! r"