IngestAudienceMembersRequest constructor
IngestAudienceMembersRequest({
- List<
AudienceMember> ? audienceMembers, - Consent? consent,
- List<
Destination> ? destinations, - String? encoding,
- EncryptionInfo? encryptionInfo,
- TermsOfService? termsOfService,
- bool? validateOnly,
Implementation
IngestAudienceMembersRequest({
this.audienceMembers,
this.consent,
this.destinations,
this.encoding,
this.encryptionInfo,
this.termsOfService,
this.validateOnly,
});