subnetwork property

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

The URL of an existing subnetwork resource in the network. You can specify the subnetwork as a full or partial URL.

For example, the following are all valid URLs:

Implementation

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

Implementation

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