GoogleAdsSearchads360V23ResourcesKeywordThemeConstant constructor

GoogleAdsSearchads360V23ResourcesKeywordThemeConstant({
  1. String? countryCode,
  2. String? displayName,
  3. String? languageCode,
  4. String? resourceName,
})

Implementation

GoogleAdsSearchads360V23ResourcesKeywordThemeConstant({
  this.countryCode,
  this.displayName,
  this.languageCode,
  this.resourceName,
});