Show / Hide Table of Contents

Class GoogleAnalyticsAdminV1betaChangeHistoryChange

A description of a change to a single Google Analytics resource.

Inheritance
object
GoogleAnalyticsAdminV1betaChangeHistoryChange
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 GoogleAnalyticsAdminV1betaChangeHistoryChange : 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 GoogleAnalyticsAdminV1betaChangeHistoryChangeChangeHistoryResource ResourceAfterChange { get; set; }
Property Value
Type Description
GoogleAnalyticsAdminV1betaChangeHistoryChangeChangeHistoryResource

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 GoogleAnalyticsAdminV1betaChangeHistoryChangeChangeHistoryResource ResourceBeforeChange { get; set; }
Property Value
Type Description
GoogleAnalyticsAdminV1betaChangeHistoryChangeChangeHistoryResource

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX