ListGoogleApiSourcesResponse constructor

ListGoogleApiSourcesResponse({
  1. List<GoogleApiSource>? googleApiSources,
  2. String? nextPageToken,
  3. List<String>? unreachable,
})

Implementation

ListGoogleApiSourcesResponse({
  this.googleApiSources,
  this.nextPageToken,
  this.unreachable,
});