GoogleAdsSearchads360V23ResourcesAssetGroup class
An asset group.
AssetGroupAsset is used to link an asset to the asset group. AssetGroupSignal is used to associate a signal to an asset group.
Constructors
-
GoogleAdsSearchads360V23ResourcesAssetGroup({String? adStrength, GoogleAdsSearchads360V23ResourcesAssetCoverage? assetCoverage, String? campaign, List<
String> ? finalMobileUrls, List<String> ? finalUrls, String? id, String? name, String? path1, String? path2, String? primaryStatus, List<String> ? primaryStatusReasons, String? resourceName, String? status}) - GoogleAdsSearchads360V23ResourcesAssetGroup.fromJson(Map json_)
Properties
- adStrength ↔ String?
-
Overall ad strength of this asset group.
getter/setter pair
- assetCoverage ↔ GoogleAdsSearchads360V23ResourcesAssetCoverage?
-
The asset coverage of this asset group.
getter/setter pair
- campaign ↔ String?
-
The campaign with which this asset group is associated.
getter/setter pair
-
finalMobileUrls
↔ List<
String> ? -
A list of final mobile URLs after all cross domain redirects.
getter/setter pair
-
finalUrls
↔ List<
String> ? -
A list of final URLs after all cross domain redirects.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- id ↔ String?
-
The ID of the asset group.
getter/setter pair
- name ↔ String?
-
Name of the asset group.
getter/setter pair
- path1 ↔ String?
-
First part of text that may appear appended to the url displayed in the
ad.
getter/setter pair
- path2 ↔ String?
-
Second part of text that may appear appended to the url displayed in the
ad.
getter/setter pair
- primaryStatus ↔ String?
-
The primary status of the asset group.
getter/setter pair
-
primaryStatusReasons
↔ List<
String> ? -
Provides reasons into why an asset group is not serving or not serving
optimally.
getter/setter pair
- resourceName ↔ String?
-
The resource name of the asset group.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- status ↔ String?
-
The status of the asset group.
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