Sha256: b7a87ed43819157170558dd77b6e4e9fc16589c8dc9671ab2c13fe36012970ac

Contents?: true

Size: 1.05 KB

Versions: 6

Compression:

Stored size: 1.05 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://openapi-generator.tech

 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 'spec_helper'
require 'json'
require 'date'

# Unit tests for DatadogAPIClient::V2::SecurityFilterFilteredDataType
# Automatically generated by openapi-generator (https://openapi-generator.tech)
# Please update as you see appropriate
describe DatadogAPIClient::V2::SecurityFilterFilteredDataType do
  let(:instance) { DatadogAPIClient::V2::SecurityFilterFilteredDataType.new }

  describe 'test an instance of SecurityFilterFilteredDataType' do
    it 'should create an instance of SecurityFilterFilteredDataType' do
      expect(instance).to be_instance_of(DatadogAPIClient::V2::SecurityFilterFilteredDataType)
    end
  end
end

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
datadog_api_client-1.6.0 spec/v2/models/security_filter_filtered_data_type_spec.rb
datadog_api_client-1.5.0 spec/v2/models/security_filter_filtered_data_type_spec.rb
datadog_api_client-1.4.0 spec/v2/models/security_filter_filtered_data_type_spec.rb
datadog_api_client-1.3.0 spec/v2/models/security_filter_filtered_data_type_spec.rb
datadog_api_client-1.2.0 spec/v2/models/security_filter_filtered_data_type_spec.rb
datadog_api_client-1.1.0 spec/v2/models/security_filter_filtered_data_type_spec.rb