instanceId property
InstanceID is the unique identifier of the instance the domain belongs to.
Implementation
@$pb.TagNumber(1)
$core.String get instanceId => $_getSZ(0);
Implementation
@$pb.TagNumber(1)
set instanceId($core.String value) => $_setString(0, value);