CreativeAssetMetadata class Null safety
CreativeAssets contains properties of a creative asset file which will be uploaded or has already been uploaded.
Refer to the creative sample code for how to upload assets and insert a creative.
Constructors
-
CreativeAssetMetadata({CreativeAssetId? assetIdentifier, List<
ClickTag> ? clickTags, List<CreativeCustomEvent> ? counterCustomEvents, List<String> ? detectedFeatures, List<CreativeCustomEvent> ? exitCustomEvents, String? id, DimensionValue? idDimensionValue, String? kind, bool? richMedia, List<CreativeCustomEvent> ? timerCustomEvents, List<String> ? warnedValidationRules}) - CreativeAssetMetadata.fromJson(Map json_)
Properties
- assetIdentifier ↔ CreativeAssetId?
-
ID of the creative asset.
read / write
-
clickTags
↔ List<
ClickTag> ? -
List of detected click tags for assets.
read / write
-
counterCustomEvents
↔ List<
CreativeCustomEvent> ? -
List of counter events configured for the asset.
read / write
-
detectedFeatures
↔ List<
String> ? -
List of feature dependencies for the creative asset that are detected by
Campaign Manager.
read / write
-
exitCustomEvents
↔ List<
CreativeCustomEvent> ? -
List of exit events configured for the asset.
read / write
- hashCode → int
-
The hash code for this object.
read-onlyinherited
- id ↔ String?
-
Numeric ID of the asset.
read / write
- idDimensionValue ↔ DimensionValue?
-
Dimension value for the numeric ID of the asset.
read / write
- kind ↔ String?
-
Identifies what kind of resource this is.
read / write
- richMedia ↔ bool?
-
True if the uploaded asset is a rich media asset.
read / write
- runtimeType → Type
-
A representation of the runtime type of the object.
read-onlyinherited
-
timerCustomEvents
↔ List<
CreativeCustomEvent> ? -
List of timer events configured for the asset.
read / write
-
warnedValidationRules
↔ List<
String> ? -
Rules validated during code generation that generated a warning.
read / write
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent 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