description property

  1. @TagNumber(3)
String get description

Output only. Description of this membership, limited to 63 characters. Must match the regex: [a-zA-Z0-9][a-zA-Z0-9_\-\.\ ]*

This field is present for legacy purposes.

Implementation

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

Implementation

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