httpMethod property
The HTTP method to use for the request.
Required. Possible string values are:
- "HTTP_METHOD_UNSPECIFIED"
- "HTTP_METHOD_GET"
- "HTTP_METHOD_POST"
- "HTTP_METHOD_PUT"
- "HTTP_METHOD_PATCH"
- "HTTP_METHOD_DELETE"
- "HTTP_METHOD_HEAD"
- "HTTP_METHOD_OPTIONS"
Implementation
core.String? httpMethod;