GetIosPostInstallAttributionResponse constructor

GetIosPostInstallAttributionResponse({
  1. String? appMinimumVersion,
  2. String? attributionConfidence,
  3. String? deepLink,
  4. String? externalBrowserDestinationLink,
  5. String? fallbackLink,
  6. String? invitationId,
  7. bool? isStrongMatchExecutable,
  8. String? matchMessage,
  9. String? requestIpVersion,
  10. String? requestedLink,
  11. String? resolvedLink,
  12. String? utmCampaign,
  13. String? utmContent,
  14. String? utmMedium,
  15. String? utmSource,
  16. String? utmTerm,
})

Implementation

GetIosPostInstallAttributionResponse({
  this.appMinimumVersion,
  this.attributionConfidence,
  this.deepLink,
  this.externalBrowserDestinationLink,
  this.fallbackLink,
  this.invitationId,
  this.isStrongMatchExecutable,
  this.matchMessage,
  this.requestIpVersion,
  this.requestedLink,
  this.resolvedLink,
  this.utmCampaign,
  this.utmContent,
  this.utmMedium,
  this.utmSource,
  this.utmTerm,
});