GoogleAdsSearchads360V23CommonStructuredSnippetAsset constructor

GoogleAdsSearchads360V23CommonStructuredSnippetAsset({
  1. String? header,
  2. List<String>? values,
})

Implementation

GoogleAdsSearchads360V23CommonStructuredSnippetAsset({
  this.header,
  this.values,
});