Class SnapshotDetail
A generic key value pair object, which contains information such as the thread ID, thread name, and thread state.
Inherited Members
Namespace: Oci.ApmtracesService.Models
Assembly: OCI.DotNetSDK.Apmtraces.dll
Syntax
public class SnapshotDetailProperties
Key
Declaration
[JsonProperty(PropertyName = "key")]
public string Key { get; set; }Property Value
| Type | Description | 
|---|---|
| string | Name of the property. | 
Value
Declaration
[JsonProperty(PropertyName = "value")]
public object Value { get; set; }Property Value
| Type | Description | 
|---|---|
| object | Value of the property. |