GoogleAdsSearchads360V23ResourcesAdGroupAsset class

A link between an ad group and an asset.

Constructors

GoogleAdsSearchads360V23ResourcesAdGroupAsset({String? adGroup, String? asset, String? fieldType, String? primaryStatus, List<GoogleAdsSearchads360V23CommonAssetLinkPrimaryStatusDetails>? primaryStatusDetails, List<String>? primaryStatusReasons, String? resourceName, String? source, String? status})
GoogleAdsSearchads360V23ResourcesAdGroupAsset.fromJson(Map json_)

Properties

adGroup String?
The ad group to which the asset is linked.
getter/setter pair
asset String?
The asset which is linked to the ad group.
getter/setter pair
fieldType String?
Role that the asset takes under the linked ad group.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
primaryStatus String?
Provides the PrimaryStatus of this asset link.
getter/setter pair
primaryStatusDetails List<GoogleAdsSearchads360V23CommonAssetLinkPrimaryStatusDetails>?
Provides the details of the primary status and its associated reasons.
getter/setter pair
primaryStatusReasons List<String>?
Provides a list of reasons for why an asset is not serving or not serving at full capacity.
getter/setter pair
resourceName String?
The resource name of the ad group asset.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
source String?
Source of the adgroup asset link.
getter/setter pair
status String?
Status of the ad group asset. 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