logoImages property

List<GoogleAdsSearchads360V23CommonAdImageAsset>? logoImages
getter/setter pair

Logo images to be used in the ad.

Valid image types are GIF, JPEG, and PNG. The minimum size is 512x128 and the aspect ratio must be 4:1 (+-1%). Combined with square_logo_images, the maximum is 5.

Implementation

core.List<GoogleAdsSearchads360V23CommonAdImageAsset>? logoImages;