description property
One or more paragraphs of text description of a certificate.
Implementation
@$pb.TagNumber(8)
$core.String get description => $_getSZ(7);
Implementation
@$pb.TagNumber(8)
set description($core.String v) { $_setString(7, v); }