Sha256: 181c10b77c658df50138af9aefcf50324a1eec54eaced099e633fd0b11158a9f

Contents?: true

Size: 865 Bytes

Versions: 33

Compression:

Stored size: 865 Bytes

Contents

=begin
#Datadog API V2 Collection

#Collection of all Datadog Public endpoints.

The version of the OpenAPI document: 1.0
Contact: support@datadoghq.com
Generated by: https://github.com/DataDog/datadog-api-client-ruby/tree/master/.generator

 Unless explicitly stated otherwise all files in this repository are licensed under the Apache-2.0 License.
 This product includes software developed at Datadog (https://www.datadoghq.com/).
 Copyright 2020-Present Datadog, Inc.

=end

require 'date'
require 'time'

module DatadogAPIClient::V2
  # Usage type that is being measured.
  class HourlyUsageType
    include BaseEnumModel

    APP_SEC_HOST_COUNT = "app_sec_host_count".freeze
    OBSERVABILITY_PIPELINES_BYTES_PROCESSSED = "observability_pipelines_bytes_processed".freeze
    LAMBDA_TRACED_INVOCATIONS_COUNT = "lambda_traced_invocations_count".freeze
  end
end

Version data entries

33 entries across 33 versions & 1 rubygems

Version Path
datadog_api_client-2.8.0 lib/datadog_api_client/v2/models/hourly_usage_type.rb
datadog_api_client-2.7.0 lib/datadog_api_client/v2/models/hourly_usage_type.rb
datadog_api_client-2.6.0 lib/datadog_api_client/v2/models/hourly_usage_type.rb
datadog_api_client-2.5.0 lib/datadog_api_client/v2/models/hourly_usage_type.rb
datadog_api_client-2.4.0 lib/datadog_api_client/v2/models/hourly_usage_type.rb
datadog_api_client-2.3.0 lib/datadog_api_client/v2/models/hourly_usage_type.rb
datadog_api_client-2.2.0 lib/datadog_api_client/v2/models/hourly_usage_type.rb
datadog_api_client-2.1.0 lib/datadog_api_client/v2/models/hourly_usage_type.rb
datadog_api_client-2.0.2 lib/datadog_api_client/v2/models/hourly_usage_type.rb
datadog_api_client-2.0.1 lib/datadog_api_client/v2/models/hourly_usage_type.rb
datadog_api_client-2.0.0 lib/datadog_api_client/v2/models/hourly_usage_type.rb
datadog_api_client-1.11.0 lib/datadog_api_client/v2/models/hourly_usage_type.rb
datadog_api_client-1.10.0 lib/datadog_api_client/v2/models/hourly_usage_type.rb