Class GoogleAnalyticsAdminV1alphaChangeHistoryChange
A description of a change to a single Google Analytics resource.
Implements
Inherited Members
Namespace: Google.Apis.GoogleAnalyticsAdmin.v1alpha.Data
Assembly: Google.Apis.GoogleAnalyticsAdmin.v1alpha.dll
Syntax
public class GoogleAnalyticsAdminV1alphaChangeHistoryChange : IDirectResponseSchema
Properties
Action
The type of action that changed this resource.
Declaration
[JsonProperty("action")]
public virtual string Action { get; set; }
Property Value
Type | Description |
---|---|
string |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
Resource
Resource name of the resource whose changes are described by this entry.
Declaration
[JsonProperty("resource")]
public virtual string Resource { get; set; }
Property Value
Type | Description |
---|---|
string |
ResourceAfterChange
Resource contents from after the change was made. If this resource was deleted in this change, this field will be missing.
Declaration
[JsonProperty("resourceAfterChange")]
public virtual GoogleAnalyticsAdminV1alphaChangeHistoryChangeChangeHistoryResource ResourceAfterChange { get; set; }
Property Value
Type | Description |
---|---|
GoogleAnalyticsAdminV1alphaChangeHistoryChangeChangeHistoryResource |
ResourceBeforeChange
Resource contents from before the change was made. If this resource was created in this change, this field will be missing.
Declaration
[JsonProperty("resourceBeforeChange")]
public virtual GoogleAnalyticsAdminV1alphaChangeHistoryChangeChangeHistoryResource ResourceBeforeChange { get; set; }
Property Value
Type | Description |
---|---|
GoogleAnalyticsAdminV1alphaChangeHistoryChangeChangeHistoryResource |