IngestAudienceMembersRequest constructor

IngestAudienceMembersRequest({
  1. List<AudienceMember>? audienceMembers,
  2. Consent? consent,
  3. List<Destination>? destinations,
  4. String? encoding,
  5. EncryptionInfo? encryptionInfo,
  6. TermsOfService? termsOfService,
  7. bool? validateOnly,
})

Implementation

IngestAudienceMembersRequest({
  this.audienceMembers,
  this.consent,
  this.destinations,
  this.encoding,
  this.encryptionInfo,
  this.termsOfService,
  this.validateOnly,
});