Class: DatadogAPIClient::V2::SharedDashboardRelationships
- Inherits:
-
Object
- Object
- DatadogAPIClient::V2::SharedDashboardRelationships
- Includes:
- BaseGenericModel
- Defined in:
- lib/datadog_api_client/v2/models/shared_dashboard_relationships.rb
Overview
Relationships of a shared dashboard.
Instance Attribute Summary collapse
-
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
-
#dashboard ⇒ Object
readonly
Dashboard associated with the shared dashboard.
-
#sharer ⇒ Object
readonly
User who shared the dashboard.
Method Summary
Methods included from BaseGenericModel
Instance Attribute Details
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
30 31 32 |
# File 'lib/datadog_api_client/v2/models/shared_dashboard_relationships.rb', line 30 def additional_properties @additional_properties end |
#dashboard ⇒ Object
Dashboard associated with the shared dashboard.
25 26 27 |
# File 'lib/datadog_api_client/v2/models/shared_dashboard_relationships.rb', line 25 def dashboard @dashboard end |
#sharer ⇒ Object
User who shared the dashboard.
28 29 30 |
# File 'lib/datadog_api_client/v2/models/shared_dashboard_relationships.rb', line 28 def sharer @sharer end |