Sha256: 8d5038a42fb4300185ceae234deb9eaf24a896e80197ced4d5b498d4e8044b38
Contents?: true
Size: 531 Bytes
Versions: 2
Compression:
Stored size: 531 Bytes
Contents
# DatadogAPIClient::V1::OrganizationListResponse ## Properties | Name | Type | Description | Notes | | -------- | ------------------------------------------------ | ------------------------------ | ---------- | | **orgs** | [**Array<Organization>**](Organization.md) | Array of organization objects. | [optional] | ## Example ```ruby require 'datadog_api_client/v1' instance = DatadogAPIClient::V1::OrganizationListResponse.new( orgs: null ) ```
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
datadog_api_client-1.6.0 | docs/v1/OrganizationListResponse.md |
datadog_api_client-1.5.0 | docs/v1/OrganizationListResponse.md |