📂 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.6 GB
⚠️ Direktori ini
tidak writable
.
✏️ Mengedit: update_group_details.pyc
a O��fQ � @ 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 @ sp e Zd ZdZdZdZdZdd� Zedd� �Z e j d d� �Z ed d� �Zej dd� �Zd d� Zdd� Z dd� ZdS )�UpdateGroupDetailsz: Request body for operationally managing a group. �AT_TIME�LATEST�TRIM_HORIZONc K s( ddd�| _ ddd�| _d| _d| _dS )a' Initializes a new UpdateGroupDetails 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 UpdateGroupDetails. 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 UpdateGroupDetails. :type time: datetime �str�datetime)�type�timer r N)� swagger_types� attribute_map�_type�_time)�self�kwargs� r ��/sparta/input/_build_configuration/image_build+validate/lib/bmcenv/lib64/python3.9/site-packages/oci/streaming/models/update_group_details.py�__init__ s ��zUpdateGroupDetails.__init__c C s | j S )z� Gets the type of this UpdateGroupDetails. The type of the cursor. Allowed values for this property are: "AT_TIME", "LATEST", "TRIM_HORIZON" :return: The type of this UpdateGroupDetails. :rtype: str )r �r r r r r 8 s zUpdateGroupDetails.typec C s* g d�}t ||�s td�|���|| _dS )z� Sets the type of this UpdateGroupDetails. The type of the cursor. :param type: The type of this UpdateGroupDetails. :type: str )r r r z4Invalid value for `type`, must be None or one of {0}N)r � ValueError�formatr )r r �allowed_valuesr r r r F s ��c C s | j S )z� Gets the time of this UpdateGroupDetails. The time to consume from if type is AT_TIME. :return: The time of this UpdateGroupDetails. :rtype: datetime �r r r r r r X s zUpdateGroupDetails.timec C s || _ dS )z� Sets the time of this UpdateGroupDetails. The time to consume from if type is AT_TIME. :param time: The time of this UpdateGroupDetails. :type: datetime Nr )r r r r r r d s c C s t | �S �N)r r r r r �__repr__p s zUpdateGroupDetails.__repr__c C s |d u rdS | j |j kS )NF)�__dict__�r �otherr r r �__eq__s s zUpdateGroupDetails.__eq__c C s | |k S r r r r r r �__ne__y s zUpdateGroupDetails.__ne__N)�__name__� __module__�__qualname__�__doc__�TYPE_AT_TIME�TYPE_LATEST�TYPE_TRIM_HORIZONr �propertyr �setterr r r! r"