GoogleAdsSearchads360V23CommonDynamicEducationAsset constructor

GoogleAdsSearchads360V23CommonDynamicEducationAsset({
  1. String? address,
  2. String? androidAppLink,
  3. List<String>? contextualKeywords,
  4. String? imageUrl,
  5. String? iosAppLink,
  6. String? iosAppStoreId,
  7. String? locationId,
  8. String? programDescription,
  9. String? programId,
  10. String? programName,
  11. String? schoolName,
  12. List<String>? similarProgramIds,
  13. String? subject,
  14. String? thumbnailImageUrl,
})

Implementation

GoogleAdsSearchads360V23CommonDynamicEducationAsset({
  this.address,
  this.androidAppLink,
  this.contextualKeywords,
  this.imageUrl,
  this.iosAppLink,
  this.iosAppStoreId,
  this.locationId,
  this.programDescription,
  this.programId,
  this.programName,
  this.schoolName,
  this.similarProgramIds,
  this.subject,
  this.thumbnailImageUrl,
});