GoogleAdsSearchads360V23ResourcesCustomerSkAdNetworkConversionValueSchemaSkAdNetworkConversionValueSchemaPostbackMapping constructor

GoogleAdsSearchads360V23ResourcesCustomerSkAdNetworkConversionValueSchemaSkAdNetworkConversionValueSchemaPostbackMapping({
  1. GoogleAdsSearchads360V23ResourcesCustomerSkAdNetworkConversionValueSchemaSkAdNetworkConversionValueSchemaCoarseGrainedConversionValueMappings? coarseGrainedConversionValueMappings,
  2. String? lockWindowCoarseConversionValue,
  3. String? lockWindowEvent,
  4. int? lockWindowFineConversionValue,
  5. int? postbackSequenceIndex,
})

Implementation

GoogleAdsSearchads360V23ResourcesCustomerSkAdNetworkConversionValueSchemaSkAdNetworkConversionValueSchemaPostbackMapping({
  this.coarseGrainedConversionValueMappings,
  this.lockWindowCoarseConversionValue,
  this.lockWindowEvent,
  this.lockWindowFineConversionValue,
  this.postbackSequenceIndex,
});