Class: DatadogAPIClient::V2::OrgGroupListResponse
- Inherits:
-
Object
- Object
- DatadogAPIClient::V2::OrgGroupListResponse
- Includes:
- BaseGenericModel
- Defined in:
- lib/datadog_api_client/v2/models/org_group_list_response.rb
Overview
Response containing a list of org groups.
Instance Attribute Summary collapse
-
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
-
#data ⇒ Object
readonly
An array of org groups.
-
#included ⇒ Object
Related resources included in the response when requested with the
includeparameter. -
#meta ⇒ Object
Pagination metadata.
Method Summary
Methods included from BaseGenericModel
Instance Attribute Details
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
33 34 35 |
# File 'lib/datadog_api_client/v2/models/org_group_list_response.rb', line 33 def additional_properties @additional_properties end |
#data ⇒ Object
An array of org groups.
25 26 27 |
# File 'lib/datadog_api_client/v2/models/org_group_list_response.rb', line 25 def data @data end |
#included ⇒ Object
Related resources included in the response when requested with the include parameter.
28 29 30 |
# File 'lib/datadog_api_client/v2/models/org_group_list_response.rb', line 28 def included @included end |
#meta ⇒ Object
Pagination metadata.
31 32 33 |
# File 'lib/datadog_api_client/v2/models/org_group_list_response.rb', line 31 def @meta end |