Class: DatadogAPIClient::V2::ProductAnalyticsInterval

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

Overview

An interval definition in a timeseries response.

Instance Attribute Summary collapse

Method Summary

Methods included from BaseGenericModel

included

Instance Attribute Details

#additional_propertiesObject

Returns the value of attribute additional_properties.



36
37
38
# File 'lib/datadog_api_client/v2/models/product_analytics_interval.rb', line 36

def additional_properties
  @additional_properties
end

#millisecondsObject

Returns the value of attribute milliseconds.



25
26
27
# File 'lib/datadog_api_client/v2/models/product_analytics_interval.rb', line 25

def milliseconds
  @milliseconds
end

#start_timeObject

Returns the value of attribute start_time.



28
29
30
# File 'lib/datadog_api_client/v2/models/product_analytics_interval.rb', line 28

def start_time
  @start_time
end

#timesObject

Returns the value of attribute times.



31
32
33
# File 'lib/datadog_api_client/v2/models/product_analytics_interval.rb', line 31

def times
  @times
end

#typeObject

Returns the value of attribute type.



34
35
36
# File 'lib/datadog_api_client/v2/models/product_analytics_interval.rb', line 34

def type
  @type
end