InsertRegionInstantSnapshotGroupRequest constructor
InsertRegionInstantSnapshotGroupRequest({
- required InstantSnapshotGroup? instantSnapshotGroupResource,
- required String project,
- required String region,
- String? requestId,
- String? sourceConsistencyGroup,
Implementation
InsertRegionInstantSnapshotGroupRequest({
required this.instantSnapshotGroupResource,
required this.project,
required this.region,
this.requestId,
this.sourceConsistencyGroup,
}) : super(fullyQualifiedName);