DeleteRegionInstantSnapshotRequest constructor
DeleteRegionInstantSnapshotRequest({})
Implementation
DeleteRegionInstantSnapshotRequest({
required this.instantSnapshot,
required this.project,
required this.region,
this.requestId,
}) : super(fullyQualifiedName);