description property
Optional. A description of this sink.
The maximum length of the description is 8000 characters.
Implementation
@$pb.TagNumber(18)
$core.String get description => $_getSZ(10);
Implementation
@$pb.TagNumber(18)
set description($core.String value) => $_setString(10, value);