Sha256: 16360f487546c365e6c71e79ad2a1a7a24358c56cf2bb028477bb2ba217453ec
Contents?: true
Size: 859 Bytes
Versions: 2
Compression:
Stored size: 859 Bytes
Contents
# DatadogAPIClient::V1::NotebookAbsoluteTime ## Properties | Name | Type | Description | Notes | | --------- | ----------- | ----------------------------------------------------------------------------- | ---------- | | **\_end** | **Time** | The end time. | | | **live** | **Boolean** | Indicates whether the timeframe should be shifted to end at the current time. | [optional] | | **start** | **Time** | The start time. | | ## Example ```ruby require 'datadog_api_client/v1' instance = DatadogAPIClient::V1::NotebookAbsoluteTime.new( _end: 2021-02-24T20:18:28Z, live: null, start: 2021-02-24T19:18:28Z ) ```
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
datadog_api_client-1.6.0 | docs/v1/NotebookAbsoluteTime.md |
datadog_api_client-1.5.0 | docs/v1/NotebookAbsoluteTime.md |