Sha256: c1bf5af99ec9b2884f42c9cea43e205d46a12b9f0da11f9a968ef16d3739c2b1
Contents?: true
Size: 398 Bytes
Versions: 5
Compression:
Stored size: 398 Bytes
Contents
# DatadogAPIClient::V1::NotebookSplitBy ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **keys** | **Array<String>** | Keys to split on. | | | **tags** | **Array<String>** | Tags to split on. | | ## Example ```ruby require 'datadog_api_client/v1' instance = DatadogAPIClient::V1::NotebookSplitBy.new( keys: null, tags: null ) ```
Version data entries
5 entries across 5 versions & 1 rubygems