Class GoogleAnalyticsAdminV1alphaSearchChangeHistoryEventsRequest
Request message for SearchChangeHistoryEvents RPC.
Implements
Inherited Members
Namespace: Google.Apis.GoogleAnalyticsAdmin.v1alpha.Data
Assembly: Google.Apis.GoogleAnalyticsAdmin.v1alpha.dll
Syntax
public class GoogleAnalyticsAdminV1alphaSearchChangeHistoryEventsRequest : IDirectResponseSchema
Properties
Action
Optional. If set, only return changes that match one or more of these types of actions.
Declaration
[JsonProperty("action")]
public virtual IList<string> Action { get; set; }
Property Value
| Type | Description |
|---|---|
| IList<string> |
ActorEmail
Optional. If set, only return changes if they are made by a user in this list.
Declaration
[JsonProperty("actorEmail")]
public virtual IList<string> ActorEmail { get; set; }
Property Value
| Type | Description |
|---|---|
| IList<string> |
EarliestChangeTime
Optional. If set, only return changes made after this time (inclusive).
Declaration
[JsonProperty("earliestChangeTime")]
public virtual object EarliestChangeTime { get; set; }
Property Value
| Type | Description |
|---|---|
| object |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
LatestChangeTime
Optional. If set, only return changes made before this time (inclusive).
Declaration
[JsonProperty("latestChangeTime")]
public virtual object LatestChangeTime { get; set; }
Property Value
| Type | Description |
|---|---|
| object |
PageSize
Optional. The maximum number of ChangeHistoryEvent items to return. The service may return fewer than this value, even if there are additional pages. If unspecified, at most 50 items will be returned. The maximum value is 200 (higher values will be coerced to the maximum).
Declaration
[JsonProperty("pageSize")]
public virtual int? PageSize { get; set; }
Property Value
| Type | Description |
|---|---|
| int? |
PageToken
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.
Declaration
[JsonProperty("pageToken")]
public virtual string PageToken { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Property
Optional. Resource name for a child property. If set, only return changes made to this property or its child resources.
Declaration
[JsonProperty("property")]
public virtual string Property { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
ResourceType
Optional. If set, only return changes if they are for a resource that matches at least one of these types.
Declaration
[JsonProperty("resourceType")]
public virtual IList<string> ResourceType { get; set; }
Property Value
| Type | Description |
|---|---|
| IList<string> |