entryPointType property
The type of the entry point. Possible string values are:
- "ENTRY_POINT_TYPE_UNSPECIFIED" : An unspecified entry point.
- "WEB_APP" : A web application entry point.
- "EXECUTION_API" : An API executable entry point.
- "ADD_ON" : An Add-On entry point.
Implementation
core.String? entryPointType;