# DatadogAPIClient::V1::OrganizationResponse ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **org** | [**Organization**](Organization.md) | | [optional] | ## Example ```ruby require 'datadog_api_client/v1' instance = DatadogAPIClient::V1::OrganizationResponse.new( org: null ) ```