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