additionalSizes property

List<Size>? additionalSizes
getter/setter pair

Additional sizes associated with a responsive creative.

When inserting or updating a creative either the size ID field or size width and height fields can be used. Applicable to DISPLAY creatives when the primary asset type is HTML_IMAGE.

Implementation

core.List<Size>? additionalSizes;