InsertRegionSnapshotRequest constructor

InsertRegionSnapshotRequest({
  1. required String project,
  2. required String region,
  3. String? requestId,
  4. required Snapshot? snapshotResource,
})

Implementation

InsertRegionSnapshotRequest({
  required this.project,
  required this.region,
  this.requestId,
  required this.snapshotResource,
}) : super(fullyQualifiedName);