serviceAttachmentUri property

  1. @TagNumber.new(1)
String get serviceAttachmentUri

The URI of a service attachment which is the target of the PSC connection.

Implementation

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

Implementation

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