ListGoogleApiSourcesResponse constructor
ListGoogleApiSourcesResponse({
- List<
GoogleApiSource> ? googleApiSources, - String? nextPageToken,
- List<
String> ? unreachable,
Implementation
ListGoogleApiSourcesResponse({
this.googleApiSources,
this.nextPageToken,
this.unreachable,
});