📂 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
›
nosql
›
models
›
📁 __pycache__
📍
Lokasi:
/usr/lib/python3.9/site-packages/oci/nosql/models/__pycache__
💾
Free:
48.2 GB
⚠️ Direktori ini
tidak writable
.
✏️ Mengedit: update_row_result.cpython-39.opt-1.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 @ s� e Zd ZdZdd� Zedd� �Zejdd� �Zedd� �Zejd d� �Zed d� �Z e jdd� �Z ed d� �Z e jdd� �Z edd� �Zejdd� �Zdd� Zdd� Z dd� ZdS )�UpdateRowResultz/ The result of an UpdateRow operation. c K sF dddddd�| _ ddddd d�| _d | _d | _d | _d | _d | _d S )a� Initializes a new UpdateRowResult object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param version: The value to assign to the version property of this UpdateRowResult. :type version: str :param existing_version: The value to assign to the existing_version property of this UpdateRowResult. :type existing_version: str :param existing_value: The value to assign to the existing_value property of this UpdateRowResult. :type existing_value: dict(str, object) :param generated_value: The value to assign to the generated_value property of this UpdateRowResult. :type generated_value: str :param usage: The value to assign to the usage property of this UpdateRowResult. :type usage: oci.nosql.models.RequestUsage �strzdict(str, object)ZRequestUsage)�version�existing_version�existing_value�generated_value�usager ZexistingVersionZ existingValueZgeneratedValuer N)Z swagger_typesZ attribute_map�_version�_existing_version�_existing_value�_generated_value�_usage)�self�kwargs� r �F/usr/lib/python3.9/site-packages/oci/nosql/models/update_row_result.py�__init__ s"