Sha256: f37dadc95b9e8c1a47bb43dfcf338427b9cb8224434460b4b5c1f5437d4c1571
Contents?: true
Size: 761 Bytes
Versions: 2
Compression:
Stored size: 761 Bytes
Contents
# DatadogAPIClient::V1::NotebookCreateData ## Properties | Name | Type | Description | Notes | | -------------- | ------------------------------------------------------------------- | ----------- | -------------------------------- | | **attributes** | [**NotebookCreateDataAttributes**](NotebookCreateDataAttributes.md) | | | | **type** | [**NotebookResourceType**](NotebookResourceType.md) | | [default to 'notebooks'] | ## Example ```ruby require 'datadog_api_client/v1' instance = DatadogAPIClient::V1::NotebookCreateData.new( attributes: null, type: null ) ```
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
datadog_api_client-1.6.0 | docs/v1/NotebookCreateData.md |
datadog_api_client-1.5.0 | docs/v1/NotebookCreateData.md |