Method: OCI::CloudGuard::Models::ConfigValue.swagger_types
- Defined in:
- lib/oci/cloud_guard/models/config_value.rb
.swagger_types ⇒ Object
Attribute type mapping.
41 42 43 44 45 46 47 48 49 |
# File 'lib/oci/cloud_guard/models/config_value.rb', line 41 def self.swagger_types { # rubocop:disable Style/SymbolLiteral 'list_type': :'String', 'managed_list_type': :'String', 'value': :'String' # rubocop:enable Style/SymbolLiteral } end |