Query$getWidgetIntegrationByTarget$getWidgetIntegrationByTarget constructor

Query$getWidgetIntegrationByTarget$getWidgetIntegrationByTarget({
  1. required String id,
  2. String? theme,
  3. Query$getWidgetIntegrationByTarget$getWidgetIntegrationByTarget$picture? picture,
  4. String? icon,
  5. bool? active,
  6. Query$getWidgetIntegrationByTarget$getWidgetIntegrationByTarget$content? content,
  7. List<Query$getWidgetIntegrationByTarget$getWidgetIntegrationByTarget$actions>? actions,
  8. required Query$getWidgetIntegrationByTarget$getWidgetIntegrationByTarget$target target,
  9. required DateTime createdAt,
  10. required DateTime updatedAt,
  11. String $__typename = 'WidgetIntegrationType',
})

Implementation

Query$getWidgetIntegrationByTarget$getWidgetIntegrationByTarget({
  required this.id,
  this.theme,
  this.picture,
  this.icon,
  this.active,
  this.content,
  this.actions,
  required this.target,
  required this.createdAt,
  required this.updatedAt,
  this.$__typename = 'WidgetIntegrationType',
});