instanceId property

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

InstanceID is the unique identifier of the instance the domain belongs to.

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);