GoogleAnalyticsAdminV1alphaListWebDataStreamsResponse constructor

GoogleAnalyticsAdminV1alphaListWebDataStreamsResponse({
  1. String? nextPageToken,
  2. List<GoogleAnalyticsAdminV1alphaWebDataStream>? webDataStreams,
})

Implementation

GoogleAnalyticsAdminV1alphaListWebDataStreamsResponse({
  this.nextPageToken,
  this.webDataStreams,
});