ListServiceBindingsResponse constructor
ListServiceBindingsResponse({
- String? nextPageToken,
- List<
ServiceBinding> ? serviceBindings, - List<
String> ? unreachable,
Implementation
ListServiceBindingsResponse({
this.nextPageToken,
this.serviceBindings,
this.unreachable,
});