Query$getWidgetIntegrationByTarget$getWidgetIntegrationByTarget constructor
Query$getWidgetIntegrationByTarget$getWidgetIntegrationByTarget({
- required String id,
- String? theme,
- Query$getWidgetIntegrationByTarget$getWidgetIntegrationByTarget$picture? picture,
- String? icon,
- bool? active,
- Query$getWidgetIntegrationByTarget$getWidgetIntegrationByTarget$content? content,
- List<
Query$getWidgetIntegrationByTarget$getWidgetIntegrationByTarget$actions> ? actions, - required Query$getWidgetIntegrationByTarget$getWidgetIntegrationByTarget$target target,
- required DateTime createdAt,
- required DateTime updatedAt,
- 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',
});