GoogleAdsSearchads360V23ResourcesChangeEvent class
Describes the granular change of returned resources of certain resource types.
Changes made through the UI or API in the past 30 days are included. Previous and new values of the changed fields are shown. ChangeEvent could have up to 3 minutes delay to reflect a new change.
Constructors
- GoogleAdsSearchads360V23ResourcesChangeEvent({String? adGroup, String? asset, String? campaign, String? changeDateTime, String? changeResourceName, String? changeResourceType, String? changedFields, String? clientType, GoogleAdsSearchads360V23ResourcesChangeEventChangedResource? newResource, GoogleAdsSearchads360V23ResourcesChangeEventChangedResource? oldResource, String? resourceChangeOperation, String? resourceName, String? userEmail})
- GoogleAdsSearchads360V23ResourcesChangeEvent.fromJson(Map json_)
Properties
- adGroup ↔ String?
-
The AdGroup affected by this change.
getter/setter pair
- asset ↔ String?
-
The Asset affected by this change.
getter/setter pair
- campaign ↔ String?
-
The Campaign affected by this change.
getter/setter pair
- changeDateTime ↔ String?
-
Time at which the change was committed on this resource.
getter/setter pair
- changedFields ↔ String?
-
A list of fields that are changed in the returned resource.
getter/setter pair
- changeResourceName ↔ String?
-
The Simply resource this change occurred on.
getter/setter pair
- changeResourceType ↔ String?
-
The type of the changed resource.
getter/setter pair
- clientType ↔ String?
-
Where the change was made through.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- newResource ↔ GoogleAdsSearchads360V23ResourcesChangeEventChangedResource?
-
The new resource after the change.
getter/setter pair
- oldResource ↔ GoogleAdsSearchads360V23ResourcesChangeEventChangedResource?
-
The old resource before the change.
getter/setter pair
- resourceChangeOperation ↔ String?
-
The operation on the changed resource.
getter/setter pair
- resourceName ↔ String?
-
The resource name of the change event.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- userEmail ↔ String?
-
The email of the user who made 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