Query$getWidgetIntegrationByTarget$getWidgetIntegrationByTarget$content constructor

Query$getWidgetIntegrationByTarget$getWidgetIntegrationByTarget$content({
  1. bool? profile,
  2. bool? notification,
  3. bool? wallet,
  4. bool? challenge,
  5. bool? chat,
  6. bool? campaigns,
  7. bool? buttons,
  8. List<Enum$LandingPageTypeEnum>? pages,
  9. bool? badges,
  10. bool? leaderboard,
  11. String $__typename = 'WidgetIntegrationContentType',
})

Implementation

Query$getWidgetIntegrationByTarget$getWidgetIntegrationByTarget$content({
  this.profile,
  this.notification,
  this.wallet,
  this.challenge,
  this.chat,
  this.campaigns,
  this.buttons,
  this.pages,
  this.badges,
  this.leaderboard,
  this.$__typename = 'WidgetIntegrationContentType',
});