📂 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
›
lib
›
python3.9
›
site-packages
›
oci
›
apm_traces
›
models
›
📁 __pycache__
📍
Lokasi:
/usr/lib/python3.9/site-packages/oci/apm_traces/models/__pycache__
💾
Free:
45.6 GB
⚠️ Direktori ini
tidak writable
.
✏️ Mengedit: trace_snapshot.cpython-39.pyc
a ���fM � @ 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 )� TraceSnapshotz0 Definition of a trace snapshot object. c K sF dddddd�| _ dddd d d�| _d| _d| _d| _d| _d| _dS )a� Initializes a new TraceSnapshot object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param key: The value to assign to the key property of this TraceSnapshot. :type key: str :param time_started: The value to assign to the time_started property of this TraceSnapshot. :type time_started: datetime :param time_ended: The value to assign to the time_ended property of this TraceSnapshot. :type time_ended: datetime :param trace_snapshot_details: The value to assign to the trace_snapshot_details property of this TraceSnapshot. :type trace_snapshot_details: list[oci.apm_traces.models.SnapshotDetail] :param span_snapshots: The value to assign to the span_snapshots property of this TraceSnapshot. :type span_snapshots: list[oci.apm_traces.models.SpanSnapshot] �strZdatetimezlist[SnapshotDetail]zlist[SpanSnapshot])�key�time_started� time_ended�trace_snapshot_details�span_snapshotsr ZtimeStartedZ timeEndedZtraceSnapshotDetailsZ spanSnapshotsN)Z swagger_typesZ attribute_map�_key� _time_started�_time_ended�_trace_snapshot_details�_span_snapshots)�self�kwargs� r �H/usr/lib/python3.9/site-packages/oci/apm_traces/models/trace_snapshot.py�__init__ s"