Class: DatadogAPIClient::V1::NotebookAbsoluteTime

Inherits:
Object
  • Object
show all
Includes:
BaseGenericModel
Defined in:
lib/datadog_api_client/v1/models/notebook_absolute_time.rb

Overview

Absolute timeframe.

Instance Attribute Summary collapse

Method Summary

Methods included from BaseGenericModel

included

Instance Attribute Details

#_endObject

The end time.



25
26
27
# File 'lib/datadog_api_client/v1/models/notebook_absolute_time.rb', line 25

def _end
  @_end
end

#additional_propertiesObject

Returns the value of attribute additional_properties.



33
34
35
# File 'lib/datadog_api_client/v1/models/notebook_absolute_time.rb', line 33

def additional_properties
  @additional_properties
end

#liveObject

Indicates whether the timeframe should be shifted to end at the current time.



28
29
30
# File 'lib/datadog_api_client/v1/models/notebook_absolute_time.rb', line 28

def live
  @live
end

#startObject

The start time.



31
32
33
# File 'lib/datadog_api_client/v1/models/notebook_absolute_time.rb', line 31

def start
  @start
end