📂 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
›
log_analytics
›
📁 models
📍
Lokasi:
/usr/libexec/oracle-cloud-agent/plugins/osms/oci/log_analytics/models
💾
Free:
45.8 GB
⚠️ Direktori ini
tidak writable
.
✏️ Mengedit: step_info.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 )�StepInfoz StepInfo c K s2 dddd�| _ dddd�| _d| _d| _d| _dS )a� Initializes a new StepInfo object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param input_sequence_current_match: The value to assign to the input_sequence_current_match property of this StepInfo. :type input_sequence_current_match: str :param regex_engine_class_name: The value to assign to the regex_engine_class_name property of this StepInfo. :type regex_engine_class_name: str :param step_count: The value to assign to the step_count property of this StepInfo. :type step_count: int �str�int)�input_sequence_current_match�regex_engine_class_name� step_count�inputSequenceCurrentMatch�regexEngineClassName� stepCountN)� swagger_types� attribute_map�_input_sequence_current_match�_regex_engine_class_name�_step_count)�self�kwargs� r ��/sparta/input/_build_configuration/image_build+validate/lib/bmcenv/lib64/python3.9/site-packages/oci/log_analytics/models/step_info.py�__init__ s ��zStepInfo.__init__c C s | j S )z� Gets the input_sequence_current_match of this StepInfo. The currnet input sequence match. :return: The input_sequence_current_match of this StepInfo. :rtype: str �r �r r r r r 2 s z%StepInfo.input_sequence_current_matchc C s || _ dS )z� Sets the input_sequence_current_match of this StepInfo. The currnet input sequence match. :param input_sequence_current_match: The input_sequence_current_match of this StepInfo. :type: str Nr )r r r r r r >