Sha256: 85a82b10c693eb267ad606b673b5654aecc40a97b76bed7d280e571eaf7d72d6

Contents?: true

Size: 540 Bytes

Versions: 5

Compression:

Stored size: 540 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

5 entries across 5 versions & 1 rubygems

Version Path
datadog_api_client-1.4.0 docs/v1/NotebookAbsoluteTime.md
datadog_api_client-1.3.0 docs/v1/NotebookAbsoluteTime.md
datadog_api_client-1.2.0 docs/v1/NotebookAbsoluteTime.md
datadog_api_client-1.1.0 docs/v1/NotebookAbsoluteTime.md
datadog_api_client-1.0.0 docs/v1/NotebookAbsoluteTime.md