description property

  1. @TagNumber.new(2)
String get description

The user-supplied description of the Connectivity Test. Maximum of 512 characters.

Implementation

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

Implementation

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