EndpointResponse constructor
EndpointResponse({
- String? address,
- String? applicationId,
- Map<
String, List< ? attributes,String> > - ChannelType? channelType,
- String? cohortId,
- String? creationDate,
- EndpointDemographic? demographic,
- String? effectiveDate,
- String? endpointStatus,
- String? id,
- EndpointLocation? location,
- Map<
String, double> ? metrics, - String? optOut,
- String? requestId,
- 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,
});