EndpointResponse constructor

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

Implementation

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