SnapshotDetail¶
-
class
oci.apm_traces.models.
SnapshotDetail
(**kwargs)¶ Bases:
object
A generic key value pair object, which contains information such as the thread ID, thread name, and thread state.
Methods
__init__
(**kwargs)Initializes a new SnapshotDetail object with values from keyword arguments. Attributes
key
Gets the key of this SnapshotDetail. value
Gets the value of this SnapshotDetail. -
__init__
(**kwargs)¶ Initializes a new SnapshotDetail object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: - key (str) – The value to assign to the key property of this SnapshotDetail.
- value (object) – The value to assign to the value property of this SnapshotDetail.
-
key
¶ Gets the key of this SnapshotDetail. Name of the property.
Returns: The key of this SnapshotDetail. Return type: str
-
value
¶ Gets the value of this SnapshotDetail. Value of the property.
Returns: The value of this SnapshotDetail. Return type: object
-