Class: DatadogAPIClient::V2::ManagedOrgsRelationships

Inherits:
Object
  • Object
show all
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

Method Summary

Methods included from BaseGenericModel

included

Instance Attribute Details

#additional_propertiesObject

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_orgObject

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_orgsObject

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