Sha256: 07f1c6dac3afb57f8c65c27046daa7df6e90bf771df8e6280853b62d7a403243
Contents?: true
Size: 536 Bytes
Versions: 7
Compression:
Stored size: 536 Bytes
Contents
# DatadogAPIClient::V2::Organization ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **attributes** | [**OrganizationAttributes**](OrganizationAttributes.md) | | [optional] | | **id** | **String** | ID of the organization. | [optional] | | **type** | [**OrganizationsType**](OrganizationsType.md) | | [default to 'orgs'] | ## Example ```ruby require 'datadog_api_client/v2' instance = DatadogAPIClient::V2::Organization.new( attributes: null, id: null, type: null ) ```
Version data entries
7 entries across 7 versions & 1 rubygems