Sha256: edc19fbb600141ce7b9e0dab2b2e52977451f0b230befa666f28e4bc733ba926
Contents?: true
Size: 1.03 KB
Versions: 7
Compression:
Stored size: 1.03 KB
Contents
# DatadogAPIClient::V2::OrganizationAttributes ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **created_at** | **Time** | Creation time of the organization. | [optional] | | **description** | **String** | Description of the organization. | [optional] | | **disabled** | **Boolean** | Whether or not the organization is disabled. | [optional] | | **modified_at** | **Time** | Time of last organization modification. | [optional] | | **name** | **String** | Name of the organization. | [optional] | | **public_id** | **String** | Public ID of the organization. | [optional] | | **sharing** | **String** | Sharing type of the organization. | [optional] | | **url** | **String** | URL of the site that this organization exists at. | [optional] | ## Example ```ruby require 'datadog_api_client/v2' instance = DatadogAPIClient::V2::OrganizationAttributes.new( created_at: null, description: null, disabled: null, modified_at: null, name: null, public_id: null, sharing: null, url: null ) ```
Version data entries
7 entries across 7 versions & 1 rubygems