GetIosPostInstallAttributionResponse constructor
      
      GetIosPostInstallAttributionResponse({ 
    
    
- String? appMinimumVersion,
- String? attributionConfidence,
- String? deepLink,
- String? externalBrowserDestinationLink,
- String? fallbackLink,
- String? invitationId,
- bool? isStrongMatchExecutable,
- String? matchMessage,
- String? requestIpVersion,
- String? requestedLink,
- String? resolvedLink,
- String? utmCampaign,
- String? utmContent,
- String? utmMedium,
- String? utmSource,
- 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,
});