isCloudFunction property

  1. @Deprecated('Not supported. Member documentation may have more information.')
bool? isCloudFunction
getter/setter pair

Indicates if generic web service is created through Cloud Functions integration.

Defaults to false. is_cloud_function is deprecated. Cloud functions can be configured by its uri as a regular web service now.

Optional.

Implementation

@core.Deprecated(
  'Not supported. Member documentation may have more information.',
)
core.bool? isCloudFunction;