restWebhook property

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

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

Implementation

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

Implementation

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