corrections property

  1. @Deprecated('Not supported. Member documentation may have more information.')
List<Correction>? corrections
getter/setter pair

Shows any corrections that were applied to this creative.

Output only.

Implementation

@core.Deprecated(
  'Not supported. Member documentation may have more information.',
)
core.List<Correction>? corrections;