Sha256: 2c7441b9b165190122dd295594e5362b55873a3fb6c04ca4dc1607ce7e29fccc
Contents?: true
Size: 851 Bytes
Versions: 2
Compression:
Stored size: 851 Bytes
Contents
# DatadogAPIClient::V1::NotebookCellCreateRequest ## Properties | Name | Type | Description | Notes | | -------------- | --------------------------------------------------------------------------------- | ----------- | ------------------------------------- | | **attributes** | [**NotebookCellCreateRequestAttributes**](NotebookCellCreateRequestAttributes.md) | | | | **type** | [**NotebookCellResourceType**](NotebookCellResourceType.md) | | [default to 'notebook_cells'] | ## Example ```ruby require 'datadog_api_client/v1' instance = DatadogAPIClient::V1::NotebookCellCreateRequest.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/NotebookCellCreateRequest.md |
datadog_api_client-1.5.0 | docs/v1/NotebookCellCreateRequest.md |