Class: DatadogAPIClient::V1::OrganizationListResponse
- Inherits:
-
Object
- Object
- DatadogAPIClient::V1::OrganizationListResponse
- Includes:
- BaseGenericModel
- Defined in:
- lib/datadog_api_client/v1/models/organization_list_response.rb
Overview
Response with the list of organizations.
Instance Attribute Summary collapse
-
#orgs ⇒ Object
Array of organization objects.
Method Summary
Methods included from BaseGenericModel
Instance Attribute Details
#orgs ⇒ Object
Array of organization objects.
29 30 31 |
# File 'lib/datadog_api_client/v1/models/organization_list_response.rb', line 29 def orgs @orgs end |