restWebhook property

  1. @TagNumber.new(3)
RESTWebhook get restWebhook

Wait for response but response body is ignored, status is checked, call is sent as post.

Implementation

@$pb.TagNumber(3)
$1.RESTWebhook get restWebhook => $_getN(2);
  1. @TagNumber.new(3)
set restWebhook (RESTWebhook value)

Implementation

@$pb.TagNumber(3)
set restWebhook($1.RESTWebhook value) => $_setField(3, value);