GoogleAnalyticsAdminV1betaSearchChangeHistoryEventsRequest
import type { GoogleAnalyticsAdminV1betaSearchChangeHistoryEventsRequest } from "https://googleapis.deno.dev/v1/analyticsadmin:v1beta.ts";
Request message for SearchChangeHistoryEvents RPC.
§Properties
Optional. If set, only return changes that match one or more of these types of actions.
Optional. If set, only return changes if they are made by a user in this list.
Optional. If set, only return changes made after this time (inclusive).
Optional. If set, only return changes made before this time (inclusive).
Optional. The maximum number of ChangeHistoryEvent items to return. If
unspecified, at most 50 items will be returned. The maximum value is 200
(higher values will be coerced to the maximum). Note that the service may
return a page with fewer items than this value specifies (potentially even
zero), and that there still may be additional pages. If you want a
particular number of items, you'll need to continue requesting additional
pages using page_token
until you get the needed number.
Optional. A page token, received from a previous
SearchChangeHistoryEvents
call. Provide this to retrieve the subsequent
page. When paginating, all other parameters provided to
SearchChangeHistoryEvents
must match the call that provided the page
token.
Optional. Resource name for a child property. If set, only return changes
made to this property or its child resources. Format:
properties/{propertyId} Example: properties/100
Optional. If set, only return changes if they are for a resource that matches at least one of these types.