Correction class

Shows any corrections that were applied to this creative.

Output only.

Constructors

Correction({List<ServingContext>? contexts, List<String>? details, String? type})
Correction.fromJson(Map _json)

Properties

contexts List<ServingContext>?
The contexts for the correction.
getter/setter pair
details List<String>?
Additional details about what was corrected.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
type String?
The type of correction that was applied to the creative. Possible string values are:
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited