ListCustomConnectorsResponse constructor
ListCustomConnectorsResponse({
- List<
CustomConnector> ? customConnectors, - String? nextPageToken,
- List<
String> ? unreachable,
Implementation
ListCustomConnectorsResponse({
this.customConnectors,
this.nextPageToken,
this.unreachable,
});