Show / Hide Table of Contents

Class GoogleAnalyticsAdminV1betaSearchChangeHistoryEventsRequest

Request message for SearchChangeHistoryEvents RPC.

Inheritance
object
GoogleAnalyticsAdminV1betaSearchChangeHistoryEventsRequest
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.GoogleAnalyticsAdmin.v1beta.Data
Assembly: Google.Apis.GoogleAnalyticsAdmin.v1beta.dll
Syntax
public class GoogleAnalyticsAdminV1betaSearchChangeHistoryEventsRequest : 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>

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

EarliestChangeTime

object representation of EarliestChangeTimeRaw.

Declaration
[JsonIgnore]
[Obsolete("This property is obsolete and may behave unexpectedly; please use EarliestChangeTimeDateTimeOffset instead.")]
public virtual object EarliestChangeTime { get; set; }
Property Value
Type Description
object

EarliestChangeTimeDateTimeOffset

DateTimeOffset representation of EarliestChangeTimeRaw.

Declaration
[JsonIgnore]
public virtual DateTimeOffset? EarliestChangeTimeDateTimeOffset { get; set; }
Property Value
Type Description
DateTimeOffset?

EarliestChangeTimeRaw

Optional. If set, only return changes made after this time (inclusive).

Declaration
[JsonProperty("earliestChangeTime")]
public virtual string EarliestChangeTimeRaw { get; set; }
Property Value
Type Description
string

LatestChangeTime

object representation of LatestChangeTimeRaw.

Declaration
[JsonIgnore]
[Obsolete("This property is obsolete and may behave unexpectedly; please use LatestChangeTimeDateTimeOffset instead.")]
public virtual object LatestChangeTime { get; set; }
Property Value
Type Description
object

LatestChangeTimeDateTimeOffset

DateTimeOffset representation of LatestChangeTimeRaw.

Declaration
[JsonIgnore]
public virtual DateTimeOffset? LatestChangeTimeDateTimeOffset { get; set; }
Property Value
Type Description
DateTimeOffset?

LatestChangeTimeRaw

Optional. If set, only return changes made before this time (inclusive).

Declaration
[JsonProperty("latestChangeTime")]
public virtual string LatestChangeTimeRaw { get; set; }
Property Value
Type Description
string

PageSize

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.

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. Format: properties/{propertyId} Example: properties/100

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>

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX