GoogleAdsSearchads360V23ResourcesChangeStatus class

Describes the status of returned resource.

ChangeStatus could have up to 3 minutes delay to reflect a new change.

Constructors

GoogleAdsSearchads360V23ResourcesChangeStatus({String? adGroup, String? adGroupAd, String? adGroupAsset, String? adGroupBidModifier, String? adGroupCriterion, String? asset, String? assetGroup, String? assetSet, String? campaign, String? campaignAsset, String? campaignAssetSet, String? campaignBudget, String? campaignCriterion, String? campaignSharedSet, String? combinedAudience, String? customerAsset, String? lastChangeDateTime, String? resourceName, String? resourceStatus, String? resourceType, String? sharedSet})
GoogleAdsSearchads360V23ResourcesChangeStatus.fromJson(Map json_)

Properties

adGroup String?
The AdGroup affected by this change.
getter/setter pair
adGroupAd String?
The AdGroupAd affected by this change.
getter/setter pair
adGroupAsset String?
The AdGroupAsset affected by this change.
getter/setter pair
adGroupBidModifier String?
The AdGroupBidModifier affected by this change.
getter/setter pair
adGroupCriterion String?
The AdGroupCriterion affected by this change.
getter/setter pair
asset String?
The Asset affected by this change.
getter/setter pair
assetGroup String?
The AssetGroup affected by this change.
getter/setter pair
assetSet String?
The AssetSet affected by this change.
getter/setter pair
campaign String?
The Campaign affected by this change.
getter/setter pair
campaignAsset String?
The CampaignAsset affected by this change.
getter/setter pair
campaignAssetSet String?
The CampaignAssetSet affected by this change.
getter/setter pair
campaignBudget String?
The CampaignBudget affected by this change.
getter/setter pair
campaignCriterion String?
The CampaignCriterion affected by this change.
getter/setter pair
campaignSharedSet String?
The CampaignSharedSet affected by this change.
getter/setter pair
combinedAudience String?
The CombinedAudience affected by this change.
getter/setter pair
customerAsset String?
The CustomerAsset affected by this change.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
lastChangeDateTime String?
Time at which the most recent change has occurred on this resource.
getter/setter pair
resourceName String?
The resource name of the change status.
getter/setter pair
resourceStatus String?
Represents the status of the changed resource.
getter/setter pair
resourceType String?
Represents the type of the changed resource.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
sharedSet String?
The SharedSet affected by this change.
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