product property

String? product
getter/setter pair

Which Google product the execution_info belongs to.

If not set, the execution_info belongs to Integration Platform by default. Possible string values are:

  • "UNSPECIFIED_PRODUCT"
  • "IP"
  • "APIGEE"
  • "SECURITY"

Implementation

core.String? product;