description property

  1. @TagNumber.new(3)
String get description

Description of what this policy is for. Create/Update methods return INVALID_ARGUMENT if the length is greater than 512.

Implementation

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

Implementation

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