Sha256: fc9b93585377f97c3ca4aaf81dc4d5bb6fb78535c1325c358168730e8a8e5443

Contents?: true

Size: 840 Bytes

Versions: 6

Compression:

Stored size: 840 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
  # Source from which to query items to display in the stream.
  class ListStreamSource
    include BaseEnumModel

    LOGS_STREAM = "logs_stream".freeze
    AUDIT_STREAM = "audit_stream".freeze
    RUM_ISSUE_STREAM = "rum_issue_stream".freeze
    APM_ISSUE_STREAM = "apm_issue_stream".freeze
  end
end

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
datadog_api_client-2.0.2 lib/datadog_api_client/v1/models/list_stream_source.rb
datadog_api_client-2.0.1 lib/datadog_api_client/v1/models/list_stream_source.rb
datadog_api_client-2.0.0 lib/datadog_api_client/v1/models/list_stream_source.rb
datadog_api_client-1.11.0 lib/datadog_api_client/v1/models/list_stream_source.rb
datadog_api_client-1.10.0 lib/datadog_api_client/v1/models/list_stream_source.rb
datadog_api_client-1.9.0 lib/datadog_api_client/v1/models/list_stream_source.rb