restAsync property

  1. @TagNumber.new(5)
RESTAsync get restAsync

Call is executed in parallel to others, ZITADEL does not wait until the call is finished. The state is ignored, call is sent as post.

Implementation

@$pb.TagNumber(5)
$1.RESTAsync get restAsync => $_getN(4);
  1. @TagNumber.new(5)
set restAsync (RESTAsync value)

Implementation

@$pb.TagNumber(5)
set restAsync($1.RESTAsync value) => $_setField(5, value);