📂 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
›
streaming
›
📁 models
📍
Lokasi:
/usr/libexec/oracle-cloud-agent/plugins/osms/oci/streaming/models
💾
Free:
45.8 GB
⚠️ Direktori ini
tidak writable
.
✏️ Mengedit: create_group_cursor_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 ZdZdZdZdZdd� Zedd� �Z e j d d� �Z ed d� �Zej dd� �Zed d� �Zej dd� �Zedd� �Z e j dd� �Z edd� �Zej dd� �Zedd� �Zej dd� �Zdd� Zdd� Zdd� ZdS ) �CreateGroupCursorDetailsz/ Object used to create a group cursor. �AT_TIME�LATEST�TRIM_HORIZONc K sP ddddddd�| _ dddd d dd�| _d| _d| _d| _d| _d| _d| _dS ) a� Initializes a new CreateGroupCursorDetails object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param type: The value to assign to the type property of this CreateGroupCursorDetails. Allowed values for this property are: "AT_TIME", "LATEST", "TRIM_HORIZON" :type type: str :param time: The value to assign to the time property of this CreateGroupCursorDetails. :type time: datetime :param group_name: The value to assign to the group_name property of this CreateGroupCursorDetails. :type group_name: str :param instance_name: The value to assign to the instance_name property of this CreateGroupCursorDetails. :type instance_name: str :param timeout_in_ms: The value to assign to the timeout_in_ms property of this CreateGroupCursorDetails. :type timeout_in_ms: int :param commit_on_get: The value to assign to the commit_on_get property of this CreateGroupCursorDetails. :type commit_on_get: bool �str�datetime�int�bool)�type�time� group_name� instance_name� timeout_in_ms� commit_on_getr r � groupName�instanceName�timeoutInMs�commitOnGetN)� swagger_types� attribute_map�_type�_time�_group_name�_instance_name�_timeout_in_ms�_commit_on_get)�self�kwargs� r"