pushPlatforms property

  1. @JsonKey.new(unknownEnumValue: AppPlatform.web)
List<AppPlatform>? get pushPlatforms
inherited

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;
  1. @JsonKey.new(unknownEnumValue: AppPlatform.web)
set pushPlatforms (List<AppPlatform>? value)
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);