GoogleAdsSearchads360V23ResourcesChangeEventChangedResource class
A wrapper proto presenting all supported resources.
Only the resource of the change_resource_type will be set.
Constructors
- GoogleAdsSearchads360V23ResourcesChangeEventChangedResource({GoogleAdsSearchads360V23ResourcesAd? ad, GoogleAdsSearchads360V23ResourcesAdGroup? adGroup, GoogleAdsSearchads360V23ResourcesAdGroupAd? adGroupAd, GoogleAdsSearchads360V23ResourcesAdGroupAsset? adGroupAsset, GoogleAdsSearchads360V23ResourcesAdGroupBidModifier? adGroupBidModifier, GoogleAdsSearchads360V23ResourcesAdGroupCriterion? adGroupCriterion, GoogleAdsSearchads360V23ResourcesAsset? asset, GoogleAdsSearchads360V23ResourcesAssetSet? assetSet, GoogleAdsSearchads360V23ResourcesAssetSetAsset? assetSetAsset, GoogleAdsSearchads360V23ResourcesCampaign? campaign, GoogleAdsSearchads360V23ResourcesCampaignAsset? campaignAsset, GoogleAdsSearchads360V23ResourcesCampaignAssetSet? campaignAssetSet, GoogleAdsSearchads360V23ResourcesCampaignBudget? campaignBudget, GoogleAdsSearchads360V23ResourcesCampaignCriterion? campaignCriterion, GoogleAdsSearchads360V23ResourcesCustomerAsset? customerAsset})
- GoogleAdsSearchads360V23ResourcesChangeEventChangedResource.fromJson(Map json_)
Properties
- ad ↔ GoogleAdsSearchads360V23ResourcesAd?
-
Set if change_resource_type == AD.
getter/setter pair
- adGroup ↔ GoogleAdsSearchads360V23ResourcesAdGroup?
-
Set if change_resource_type == AD_GROUP.
getter/setter pair
- adGroupAd ↔ GoogleAdsSearchads360V23ResourcesAdGroupAd?
-
Set if change_resource_type == AD_GROUP_AD.
getter/setter pair
- adGroupAsset ↔ GoogleAdsSearchads360V23ResourcesAdGroupAsset?
-
Set if change_resource_type == AD_GROUP_ASSET.
getter/setter pair
- adGroupBidModifier ↔ GoogleAdsSearchads360V23ResourcesAdGroupBidModifier?
-
Set if change_resource_type == AD_GROUP_BID_MODIFIER.
getter/setter pair
- adGroupCriterion ↔ GoogleAdsSearchads360V23ResourcesAdGroupCriterion?
-
Set if change_resource_type == AD_GROUP_CRITERION.
getter/setter pair
- asset ↔ GoogleAdsSearchads360V23ResourcesAsset?
-
Set if change_resource_type == ASSET.
getter/setter pair
- assetSet ↔ GoogleAdsSearchads360V23ResourcesAssetSet?
-
Set if change_resource_type == ASSET_SET.
getter/setter pair
- assetSetAsset ↔ GoogleAdsSearchads360V23ResourcesAssetSetAsset?
-
Set if change_resource_type == ASSET_SET_ASSET.
getter/setter pair
- campaign ↔ GoogleAdsSearchads360V23ResourcesCampaign?
-
Set if change_resource_type == CAMPAIGN.
getter/setter pair
- campaignAsset ↔ GoogleAdsSearchads360V23ResourcesCampaignAsset?
-
Set if change_resource_type == CAMPAIGN_ASSET.
getter/setter pair
- campaignAssetSet ↔ GoogleAdsSearchads360V23ResourcesCampaignAssetSet?
-
Set if change_resource_type == CAMPAIGN_ASSET_SET.
getter/setter pair
- campaignBudget ↔ GoogleAdsSearchads360V23ResourcesCampaignBudget?
-
Set if change_resource_type == CAMPAIGN_BUDGET.
getter/setter pair
- campaignCriterion ↔ GoogleAdsSearchads360V23ResourcesCampaignCriterion?
-
Set if change_resource_type == CAMPAIGN_CRITERION.
getter/setter pair
- customerAsset ↔ GoogleAdsSearchads360V23ResourcesCustomerAsset?
-
Set if change_resource_type == CUSTOMER_ASSET.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
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