GoogleAdsSearchads360V23CommonAssetLinkPrimaryStatusDetails class
Provides the detail of a PrimaryStatus.
Each asset link has a PrimaryStatus value (e.g. NOT_ELIGIBLE, meaning not serving), and list of corroborating PrimaryStatusReasons (e.g. [ASSET_DISAPPROVED]). Each reason may have some additional details annotated with it. For instance, when the reason is ASSET_DISAPPROVED, the details field will contain additional information about the offline evaluation errors which led to the asset being disapproved.
Constructors
- GoogleAdsSearchads360V23CommonAssetLinkPrimaryStatusDetails({GoogleAdsSearchads360V23CommonAssetDisapproved? assetDisapproved, String? reason, String? status})
- GoogleAdsSearchads360V23CommonAssetLinkPrimaryStatusDetails.fromJson(Map json_)
Properties
- assetDisapproved ↔ GoogleAdsSearchads360V23CommonAssetDisapproved?
-
Provides the details for AssetLinkPrimaryStatusReason.ASSET_DISAPPROVED
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- reason ↔ String?
-
Provides the reason of this PrimaryStatus.
Possible string values are:
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- status ↔ String?
-
Provides the PrimaryStatus of this status detail.
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