httpMethod property
HTTP method for the flexible webhook calls.
Standard webhook always uses POST.
Optional. Possible string values are:
- "HTTP_METHOD_UNSPECIFIED" : HTTP method not specified.
- "POST" : HTTP POST Method.
- "GET" : HTTP GET Method.
- "HEAD" : HTTP HEAD Method.
- "PUT" : HTTP PUT Method.
- "DELETE" : HTTP DELETE Method.
- "PATCH" : HTTP PATCH Method.
- "OPTIONS" : HTTP OPTIONS Method.
Implementation
core.String? httpMethod;