PushNotificationTemplateResponse constructor
PushNotificationTemplateResponse({
- required String creationDate,
- required String lastModifiedDate,
- required String templateName,
- required TemplateType templateType,
- AndroidPushNotificationTemplate? adm,
- APNSPushNotificationTemplate? apns,
- String? arn,
- AndroidPushNotificationTemplate? baidu,
- DefaultPushNotificationTemplate? defaultValue,
- String? defaultSubstitutions,
- AndroidPushNotificationTemplate? gcm,
- String? recommenderId,
- String? templateDescription,
- String? version,
- Map<
String, String> ? tags,
Implementation
PushNotificationTemplateResponse({
required this.creationDate,
required this.lastModifiedDate,
required this.templateName,
required this.templateType,
this.adm,
this.apns,
this.arn,
this.baidu,
this.defaultValue,
this.defaultSubstitutions,
this.gcm,
this.recommenderId,
this.templateDescription,
this.version,
this.tags,
});