GoogleAdsSearchads360V23ResourcesAssetGroupAsset class

AssetGroupAsset is the link between an asset and an asset group.

Adding an AssetGroupAsset links an asset with an asset group.

Constructors

GoogleAdsSearchads360V23ResourcesAssetGroupAsset({String? asset, String? assetGroup, String? fieldType, GoogleAdsSearchads360V23CommonPolicySummary? policySummary, String? primaryStatus, List<GoogleAdsSearchads360V23CommonAssetLinkPrimaryStatusDetails>? primaryStatusDetails, List<String>? primaryStatusReasons, String? resourceName, String? source, String? status})
GoogleAdsSearchads360V23ResourcesAssetGroupAsset.fromJson(Map json_)

Properties

asset String?
The asset which this asset group asset is linking.
getter/setter pair
assetGroup String?
The asset group which this asset group asset is linking.
getter/setter pair
fieldType String?
The description of the placement of the asset within the asset group.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
policySummary GoogleAdsSearchads360V23CommonPolicySummary?
The policy information for this asset group asset.
getter/setter pair
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 asset group asset.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
source String?
Source of the asset group asset.
getter/setter pair
status String?
The status of the link between an asset and 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