GoogleAdsSearchads360V23ResourcesAdStrengthActionItemAddAssetDetails class
The details of the asset to add.
Constructors
- GoogleAdsSearchads360V23ResourcesAdStrengthActionItemAddAssetDetails({int? assetCount, String? assetFieldType, String? videoAspectRatioRequirement})
- GoogleAdsSearchads360V23ResourcesAdStrengthActionItemAddAssetDetails.fromJson(Map json_)
Properties
- assetCount ↔ int?
-
The number of assets to add.
getter/setter pair
- assetFieldType ↔ String?
-
The asset field type of the asset(s) to add.
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
- videoAspectRatioRequirement ↔ String?
-
For video field types, the required aspect ratio of the video.
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