Sha256: bb153a77ded36e7740c76eac7442067625cb7e8cc1c063cf485d6cbd8ce24893
Contents?: true
Size: 486 Bytes
Versions: 5
Compression:
Stored size: 486 Bytes
Contents
# DatadogAPIClient::V1::NotebookUpdateData ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **attributes** | [**NotebookUpdateDataAttributes**](NotebookUpdateDataAttributes.md) | | | | **type** | [**NotebookResourceType**](NotebookResourceType.md) | | [default to 'notebooks'] | ## Example ```ruby require 'datadog_api_client/v1' instance = DatadogAPIClient::V1::NotebookUpdateData.new( attributes: null, type: null ) ```
Version data entries
5 entries across 5 versions & 1 rubygems