destination property

  1. @TagNumber.new(11)
String get destination

Required. The resource name (URI) of the destination connection profile.

Implementation

@$pb.TagNumber(11)
$core.String get destination => $_getSZ(10);
  1. @TagNumber.new(11)
set destination (String v)

Implementation

@$pb.TagNumber(11)
set destination($core.String v) {
  $_setString(10, v);
}