GoogleAdsSearchads360V23ResourcesTopicConstant constructor

GoogleAdsSearchads360V23ResourcesTopicConstant({
  1. String? id,
  2. List<String>? path,
  3. String? resourceName,
  4. String? topicConstantParent,
})

Implementation

GoogleAdsSearchads360V23ResourcesTopicConstant({
  this.id,
  this.path,
  this.resourceName,
  this.topicConstantParent,
});