ListRestorePlanBindingsResponse constructor
ListRestorePlanBindingsResponse({
- String? nextPageToken,
- List<
RestorePlanBinding> ? restorePlanBindings, - List<
String> ? unreachable,
Implementation
ListRestorePlanBindingsResponse({
this.nextPageToken,
this.restorePlanBindings,
this.unreachable,
});