GetRegionInstantSnapshotGroupRequest constructor

GetRegionInstantSnapshotGroupRequest({
  1. required String instantSnapshotGroup,
  2. required String project,
  3. required String region,
})

Implementation

GetRegionInstantSnapshotGroupRequest({
  required this.instantSnapshotGroup,
  required this.project,
  required this.region,
}) : super(fullyQualifiedName);