userPayload property

  1. @TagNumber.new(40)
List<int> get userPayload

The configured static user payload of the workflow rule

Implementation

@$pb.TagNumber(40)
$core.List<$core.int> get userPayload => $_getN(5);
  1. @TagNumber.new(40)
set userPayload (List<int> value)

Implementation

@$pb.TagNumber(40)
set userPayload($core.List<$core.int> value) => $_setBytes(5, value);