Sha256: 46152f483d4a97d488db8daf7afe851ff4646422e2d494b4a6cbe0144a461faa
Contents?: true
Size: 1.19 KB
Versions: 3
Compression:
Stored size: 1.19 KB
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 # supported relation types class RelationType include BaseEnumModel RELATIONTYPEOWNS = "RelationTypeOwns".freeze RELATIONTYPEOWNEDBY = "RelationTypeOwnedBy".freeze RELATIONTYPEDEPENDSON = "RelationTypeDependsOn".freeze RELATIONTYPEDEPENDENCYOF = "RelationTypeDependencyOf".freeze RELATIONTYPEPARTSOF = "RelationTypePartsOf".freeze RELATIONTYPEHASPART = "RelationTypeHasPart".freeze RELATIONTYPEOTHEROWNS = "RelationTypeOtherOwns".freeze RELATIONTYPEOTHEROWNEDBY = "RelationTypeOtherOwnedBy".freeze RELATIONTYPEIMPLEMENTEDBY = "RelationTypeImplementedBy".freeze RELATIONTYPEIMPLEMENTS = "RelationTypeImplements".freeze end end
Version data entries
3 entries across 3 versions & 1 rubygems