GoogleAdsSearchads360V23CommonDynamicJobsAsset constructor

GoogleAdsSearchads360V23CommonDynamicJobsAsset({
  1. String? address,
  2. String? androidAppLink,
  3. List<String>? contextualKeywords,
  4. String? description,
  5. String? imageUrl,
  6. String? iosAppLink,
  7. String? iosAppStoreId,
  8. String? jobCategory,
  9. String? jobId,
  10. String? jobSubtitle,
  11. String? jobTitle,
  12. String? locationId,
  13. String? salary,
  14. List<String>? similarJobIds,
})

Implementation

GoogleAdsSearchads360V23CommonDynamicJobsAsset({
  this.address,
  this.androidAppLink,
  this.contextualKeywords,
  this.description,
  this.imageUrl,
  this.iosAppLink,
  this.iosAppStoreId,
  this.jobCategory,
  this.jobId,
  this.jobSubtitle,
  this.jobTitle,
  this.locationId,
  this.salary,
  this.similarJobIds,
});