autoDelete property

  1. @TagNumber(1)
bool autoDelete

Indicates whether the disk will be auto-deleted when the instance is deleted (but not when the disk is detached from the instance).

Implementation

@$pb.TagNumber(1)
$core.bool get autoDelete => $_getBF(0);
  1. @TagNumber(1)
void autoDelete=(bool v)

Implementation

@$pb.TagNumber(1)
set autoDelete($core.bool v) { $_setBool(0, v); }