Sha256: 14a260fd754ca3aa3a33e4d1a762a35095b714f0d195df4a15de9d3f1279bf1f
Contents?: true
Size: 1005 Bytes
Versions: 35
Compression:
Stored size: 1005 Bytes
Contents
=begin #Datadog API V1 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::V1 # If the `target_type` of the remapper is `attribute`, try to cast the value to a new specific type. # If the cast is not possible, the original type is kept. `string`, `integer`, or `double` are the possible types. # If the `target_type` is `tag`, this parameter may not be specified. class TargetFormatType include BaseEnumModel AUTO = "auto".freeze STRING = "string".freeze INTEGER = "integer".freeze DOUBLE = "double".freeze end end
Version data entries
35 entries across 35 versions & 1 rubygems