GoogleAdsSearchads360V23ResourcesUniversityDegree constructor

GoogleAdsSearchads360V23ResourcesUniversityDegree({
  1. String? degree,
  2. int? graduationYear,
  3. String? institutionName,
})

Implementation

GoogleAdsSearchads360V23ResourcesUniversityDegree({
  this.degree,
  this.graduationYear,
  this.institutionName,
});