Sha256: f68f5b609bb7f59599becdd9eafcfdf54b6084e0879321aad9979ba8e41c8559
Contents?: true
Size: 465 Bytes
Versions: 2
Compression:
Stored size: 465 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
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
datadog_api_client-1.6.0 | docs/v1/NotebookSplitBy.md |
datadog_api_client-1.5.0 | docs/v1/NotebookSplitBy.md |