Class: DatadogAPIClient::V1::SankeyJoinKeys
- Inherits:
-
Object
- Object
- DatadogAPIClient::V1::SankeyJoinKeys
- Includes:
- BaseGenericModel
- Defined in:
- lib/datadog_api_client/v1/models/sankey_join_keys.rb
Overview
Join keys.
Instance Attribute Summary collapse
-
#primary ⇒ Object
readonly
Primary join key.
-
#secondary ⇒ Object
Secondary join keys.
Method Summary
Methods included from BaseGenericModel
Instance Attribute Details
#primary ⇒ Object
Primary join key.
25 26 27 |
# File 'lib/datadog_api_client/v1/models/sankey_join_keys.rb', line 25 def primary @primary end |
#secondary ⇒ Object
Secondary join keys.
28 29 30 |
# File 'lib/datadog_api_client/v1/models/sankey_join_keys.rb', line 28 def secondary @secondary end |