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