GoogleAnalyticsAdminV1betaChangeHistoryEvent class

A set of changes within a Google Analytics account or its child properties that resulted from the same cause.

Common causes would be updates made in the Google Analytics UI, changes from customer support, or automatic Google Analytics system changes.

Properties

actorType ↔ String?
The type of actor that made this change. Possible string values are:
getter/setter pair
changes ↔ List<GoogleAnalyticsAdminV1betaChangeHistoryChange>?
A list of changes made in this change history event that fit the filters specified in SearchChangeHistoryEventsRequest.
getter/setter pair
changesFiltered ↔ bool?
If true, then the list of changes returned was filtered, and does not represent all changes that occurred in this event.
getter/setter pair
changeTime ↔ String?
Time when change was made.
getter/setter pair
hashCode → int
The hash code for this object.
no setterinherited
id ↔ String?
ID of this change history event.
getter/setter pair
runtimeType → Type
A representation of the runtime type of the object.
no setterinherited
userActorEmail ↔ String?
Email address of the Google account that made the 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