Method: OCI::ResourceManager::Models::ConfigSource.swagger_types

Defined in:
lib/oci/resource_manager/models/config_source.rb

.swagger_typesObject

Attribute type mapping.



39
40
41
42
43
44
45
46
# File 'lib/oci/resource_manager/models/config_source.rb', line 39

def self.swagger_types
  {
    # rubocop:disable Style/SymbolLiteral
    'config_source_type': :'String',
    'working_directory': :'String'
    # rubocop:enable Style/SymbolLiteral
  }
end