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