instanceId property
InstanceID is the unique ID of the instance from which the domain will be removed.
Implementation
@$pb.TagNumber(1)
$core.String get instanceId => $_getSZ(0);
Implementation
@$pb.TagNumber(1)
set instanceId($core.String value) => $_setString(0, value);