ListGtagConfigResponse constructor

ListGtagConfigResponse({
  1. List<GtagConfig>? gtagConfig,
  2. String? nextPageToken,
})

Implementation

ListGtagConfigResponse({
  this.gtagConfig,
  this.nextPageToken,
});