GoogleAdsSearchads360V23ResourcesMessageDetails constructor

GoogleAdsSearchads360V23ResourcesMessageDetails({
  1. List<String>? attachmentUrls,
  2. String? text,
})

Implementation

GoogleAdsSearchads360V23ResourcesMessageDetails({
  this.attachmentUrls,
  this.text,
});