description property
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);
Implementation
@$pb.TagNumber(3)
set description($core.String v) { $_setString(2, v); }