destination property
Required. The resource name (URI) of the destination connection profile.
Implementation
@$pb.TagNumber(11)
$core.String get destination => $_getSZ(10);
Implementation
@$pb.TagNumber(11)
set destination($core.String v) {
$_setString(10, v);
}