FFCustomCloudFunctionSettings$json top-level constant
- @Deprecated('Use fFCustomCloudFunctionSettingsDescriptor instead')
Map<String, Object>
const
FFCustomCloudFunctionSettings$json
Implementation
@$core.Deprecated('Use fFCustomCloudFunctionSettingsDescriptor instead')
const FFCustomCloudFunctionSettings$json = {
'1': 'FFCustomCloudFunctionSettings',
'2': [
{'1': 'region', '3': 1, '4': 1, '5': 9, '10': 'region'},
{'1': 'timeout_seconds', '3': 2, '4': 1, '5': 5, '10': 'timeoutSeconds'},
{'1': 'memory', '3': 3, '4': 1, '5': 9, '10': 'memory'},
{'1': 'require_auth', '3': 4, '4': 1, '5': 8, '10': 'requireAuth'},
],
};