GoogleAdsSearchads360V23ResourcesLanguageConstant constructor

GoogleAdsSearchads360V23ResourcesLanguageConstant({
  1. String? code,
  2. String? id,
  3. String? name,
  4. String? resourceName,
  5. bool? targetable,
})

Implementation

GoogleAdsSearchads360V23ResourcesLanguageConstant({
  this.code,
  this.id,
  this.name,
  this.resourceName,
  this.targetable,
});