description property
@optional
@description The core detailed description or summary of the project.
@example "This is an exploratory project for Customer A."
@regex ^0-9A-Za-z +$
@format Alphanumeric characters and spaces only. Must not be empty.
Implementation
@$pb.TagNumber(13)
$core.String get description => $_getSZ(6);
Implementation
@$pb.TagNumber(13)
set description($core.String value) => $_setString(6, value);