Class: DatadogAPIClient::V2::SpansQueryOptions
- Inherits:
 - 
      Object
      
        
- Object
 - DatadogAPIClient::V2::SpansQueryOptions
 
 
- Includes:
 - BaseGenericModel
 
- Defined in:
 - lib/datadog_api_client/v2/models/spans_query_options.rb
 
Overview
Global query options that are used during the query. Note: You should only supply timezone or time offset but not both otherwise the query will fail.
Instance Attribute Summary collapse
- 
  
    
      #additional_properties  ⇒ Object 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Returns the value of attribute additional_properties.
 - 
  
    
      #time_offset  ⇒ Object 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The time offset (in seconds) to apply to the query.
 - 
  
    
      #timezone  ⇒ Object 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The timezone can be specified as GMT, UTC, an offset from UTC (like UTC+1), or as a Timezone Database identifier (like America/New_York).
 
Method Summary
Methods included from BaseGenericModel
Instance Attribute Details
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
      31 32 33  | 
    
      # File 'lib/datadog_api_client/v2/models/spans_query_options.rb', line 31 def additional_properties @additional_properties end  | 
  
#time_offset ⇒ Object
The time offset (in seconds) to apply to the query.
      26 27 28  | 
    
      # File 'lib/datadog_api_client/v2/models/spans_query_options.rb', line 26 def time_offset @time_offset end  | 
  
#timezone ⇒ Object
The timezone can be specified as GMT, UTC, an offset from UTC (like UTC+1), or as a Timezone Database identifier (like America/New_York).
      29 30 31  | 
    
      # File 'lib/datadog_api_client/v2/models/spans_query_options.rb', line 29 def timezone @timezone end  |