pushPlatforms property
pushPlatforms is the list of platforms where the operation should be received.
This field will only be considered in the following operationType:
Implementation
set emailTemplateId(String? value);/// [pushPlatforms] is the list of platforms where the operation should be received.
/// This field will only be considered in the following [operationType]:
/// - [OperationType.bhsPush]
@JsonKey(unknownEnumValue: AppPlatform.web) List<AppPlatform>? get pushPlatforms;
- @JsonKey.new(unknownEnumValue: AppPlatform.web)
inherited
pushPlatforms is the list of platforms where the operation should be received.
This field will only be considered in the following operationType:
Implementation
@JsonKey(unknownEnumValue: AppPlatform.web) List<AppPlatform>? get pushPlatforms;/// [pushPlatforms] is the list of platforms where the operation should be received.
/// This field will only be considered in the following [operationType]:
/// - [OperationType.bhsPush]
@JsonKey(unknownEnumValue: AppPlatform.web) set pushPlatforms(List<AppPlatform>? value);