Sha256: aec6a1ae7cd49c782cf7d856be609a22e0c4fe81a1062132068105b5db8b7028
Contents?: true
Size: 388 Bytes
Versions: 7
Compression:
Stored size: 388 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
7 entries across 7 versions & 1 rubygems