Class: DatadogAPIClient::V1::OrganizationListResponse

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

Method Summary

Methods included from BaseGenericModel

included

Instance Attribute Details

#orgsObject

Array of organization objects.



29
30
31
# File 'lib/datadog_api_client/v1/models/organization_list_response.rb', line 29

def orgs
  @orgs
end