action property

  1. @TagNumber.new(4)
String get action

Possible values: ALLOW, DENY

Implementation

@$pb.TagNumber(4)
$core.String get action => $_getSZ(3);
  1. @TagNumber.new(4)
set action (String v)

Implementation

@$pb.TagNumber(4)
set action($core.String v) {
  $_setString(3, v);
}