GoogleAnalyticsAdminV1alphaSearchChangeHistoryEventsRequest class

Request message for SearchChangeHistoryEvents RPC.

Constructors

GoogleAnalyticsAdminV1alphaSearchChangeHistoryEventsRequest({List<String>? action, List<String>? actorEmail, String? earliestChangeTime, String? latestChangeTime, int? pageSize, String? pageToken, String? property, List<String>? resourceType})
GoogleAnalyticsAdminV1alphaSearchChangeHistoryEventsRequest.fromJson(Map _json)

Properties

action List<String>?
If set, only return changes that match one or more of these types of actions.
getter/setter pair
actorEmail List<String>?
If set, only return changes if they are made by a user in this list.
getter/setter pair
earliestChangeTime String?
If set, only return changes made after this time (inclusive).
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
latestChangeTime String?
If set, only return changes made before this time (inclusive).
getter/setter pair
pageSize int?
The maximum number of ChangeHistoryEvent items to return.
getter/setter pair
pageToken String?
A page token, received from a previous SearchChangeHistoryEvents call.
getter/setter pair
property String?
Resource name for a child property.
getter/setter pair
resourceType List<String>?
If set, only return changes if they are for a resource that matches at least one of these types.
getter/setter pair
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