Method: OCI::Logging::Models::UnifiedAgentMultilineGrokParser.swagger_types

Defined in:
lib/oci/logging/models/unified_agent_multiline_grok_parser.rb

.swagger_typesObject

Attribute type mapping.



44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
# File 'lib/oci/logging/models/unified_agent_multiline_grok_parser.rb', line 44

def self.swagger_types
  {
    # rubocop:disable Style/SymbolLiteral
    'parser_type': :'String',
    'field_time_key': :'String',
    'types': :'Hash<String, String>',
    'null_value_pattern': :'String',
    'is_null_empty_string': :'BOOLEAN',
    'is_estimate_current_event': :'BOOLEAN',
    'is_keep_time_key': :'BOOLEAN',
    'timeout_in_milliseconds': :'Integer',
    'grok_name_key': :'String',
    'grok_failure_key': :'String',
    'multi_line_start_regexp': :'String',
    'patterns': :'Array<OCI::Logging::Models::GrokPattern>'
    # rubocop:enable Style/SymbolLiteral
  }
end