Method: OpenapiClient::RemoteConfig.openapi_types

Defined in:
lib/openapi_client/models/remote_config.rb

.openapi_typesObject

Attribute type mapping.



42
43
44
45
46
47
48
49
# File 'lib/openapi_client/models/remote_config.rb', line 42

def self.openapi_types
  {
    :'opal_common' => :'Object',
    :'opal_client' => :'OPALClient',
    :'pdp' => :'Pdp',
    :'context' => :'PDPContext'
  }
end