network property

  1. @TagNumber(1)
String get network

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

For example, the following are all valid URLs:

Implementation

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

Implementation

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