Class: DatadogAPIClient::V2::ManagedOrgsRelationships
- Inherits:
-
Object
- Object
- DatadogAPIClient::V2::ManagedOrgsRelationships
- Includes:
- BaseGenericModel
- Defined in:
- lib/datadog_api_client/v2/models/managed_orgs_relationships.rb
Overview
Relationships of the managed organizations resource.
Instance Attribute Summary collapse
-
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
-
#current_org ⇒ Object
readonly
Relationship to the current organization.
-
#managed_orgs ⇒ Object
readonly
Relationship to the managed organizations.
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/managed_orgs_relationships.rb', line 30 def additional_properties @additional_properties end |
#current_org ⇒ Object
Relationship to the current organization.
25 26 27 |
# File 'lib/datadog_api_client/v2/models/managed_orgs_relationships.rb', line 25 def current_org @current_org end |
#managed_orgs ⇒ Object
Relationship to the managed organizations.
28 29 30 |
# File 'lib/datadog_api_client/v2/models/managed_orgs_relationships.rb', line 28 def managed_orgs @managed_orgs end |