instanceId property

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

InstanceID is the unique ID of the instance to which the domain will be added.

Implementation

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

Implementation

@$pb.TagNumber(1)
set instanceId($core.String value) => $_setString(0, value);