Class: DatadogAPIClient::V2::InputSchemaParametersType

Inherits:
Object
  • Object
show all
Includes:
BaseEnumModel
Defined in:
lib/datadog_api_client/v2/models/input_schema_parameters_type.rb

Overview

The definition of InputSchemaParametersType object.

Constant Summary collapse

STRING =
"STRING".freeze
NUMBER =
"NUMBER".freeze
BOOLEAN =
"BOOLEAN".freeze
OBJECT =
"OBJECT".freeze
ARRAY_STRING =
"ARRAY_STRING".freeze
ARRAY_NUMBER =
"ARRAY_NUMBER".freeze
ARRAY_BOOLEAN =
"ARRAY_BOOLEAN".freeze
ARRAY_OBJECT =
"ARRAY_OBJECT".freeze

Method Summary

Methods included from BaseEnumModel

included