serviceAttachmentUri property
The URI of a service attachment which is the target of the PSC connection.
Implementation
@$pb.TagNumber(1)
$core.String get serviceAttachmentUri => $_getSZ(0);
Implementation
@$pb.TagNumber(1)
set serviceAttachmentUri($core.String v) {
$_setString(0, v);
}