Class: DatadogAPIClient::V2::ProcessSummary
- Inherits:
-
Object
- Object
- DatadogAPIClient::V2::ProcessSummary
- Includes:
- BaseGenericModel
- Defined in:
- lib/datadog_api_client/v2/models/process_summary.rb
Overview
Process summary object.
Instance Attribute Summary collapse
-
#attributes ⇒ Object
Attributes for a process summary.
-
#id ⇒ Object
Process ID.
-
#type ⇒ Object
Type of process summary.
Method Summary
Methods included from BaseGenericModel
Instance Attribute Details
#attributes ⇒ Object
Attributes for a process summary.
29 30 31 |
# File 'lib/datadog_api_client/v2/models/process_summary.rb', line 29 def attributes @attributes end |
#id ⇒ Object
Process ID.
32 33 34 |
# File 'lib/datadog_api_client/v2/models/process_summary.rb', line 32 def id @id end |
#type ⇒ Object
Type of process summary.
35 36 37 |
# File 'lib/datadog_api_client/v2/models/process_summary.rb', line 35 def type @type end |