GoogleAdsSearchads360V23ResourcesCampaignAsset class

A link between a Campaign and an Asset.

Constructors

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

Properties

asset String?
The asset which is linked to the campaign.
getter/setter pair
campaign String?
The campaign to which the asset is linked.
getter/setter pair
fieldType String?
Role that the asset takes under the linked campaign.
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 campaign asset.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
source String?
Source of the campaign asset link.
getter/setter pair
status String?
Status of the campaign 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