RemoveAllAudienceMembersRequest constructor
RemoveAllAudienceMembersRequest({
- List<
Destination> ? destinations, - String? removeAsOfTime,
- bool? validateOnly,
Implementation
RemoveAllAudienceMembersRequest({
this.destinations,
this.removeAsOfTime,
this.validateOnly,
});