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