GoogleAnalyticsAdminV1alphaListWebDataStreamsResponse constructor
GoogleAnalyticsAdminV1alphaListWebDataStreamsResponse({
- String? nextPageToken,
- List<
GoogleAnalyticsAdminV1alphaWebDataStream> ? webDataStreams,
Implementation
GoogleAnalyticsAdminV1alphaListWebDataStreamsResponse({
this.nextPageToken,
this.webDataStreams,
});