EndpointBatchItem constructor

EndpointBatchItem({
  1. String? address,
  2. Map<String, List<String>>? attributes,
  3. ChannelType? channelType,
  4. EndpointDemographic? demographic,
  5. String? effectiveDate,
  6. String? endpointStatus,
  7. String? id,
  8. EndpointLocation? location,
  9. Map<String, double>? metrics,
  10. String? optOut,
  11. String? requestId,
  12. EndpointUser? user,
})

Implementation

EndpointBatchItem({
  this.address,
  this.attributes,
  this.channelType,
  this.demographic,
  this.effectiveDate,
  this.endpointStatus,
  this.id,
  this.location,
  this.metrics,
  this.optOut,
  this.requestId,
  this.user,
});