EndpointRequest constructor
EndpointRequest({
- String? address,
- Map<
String, List< ? attributes,String> > - ChannelType? channelType,
- EndpointDemographic? demographic,
- String? effectiveDate,
- String? endpointStatus,
- EndpointLocation? location,
- Map<
String, double> ? metrics, - String? optOut,
- String? requestId,
- EndpointUser? user,
Implementation
EndpointRequest({
this.address,
this.attributes,
this.channelType,
this.demographic,
this.effectiveDate,
this.endpointStatus,
this.location,
this.metrics,
this.optOut,
this.requestId,
this.user,
});