Class ChangeHistoryChange
A description of a change to a single Google Analytics resource.
Implements
Namespace: Google.Analytics.Admin.V1Alpha
Assembly: Google.Analytics.Admin.V1Alpha.dll
Syntax
public sealed class ChangeHistoryChange : IMessage<ChangeHistoryChange>, IEquatable<ChangeHistoryChange>, IDeepCloneable<ChangeHistoryChange>, IBufferMessage, IMessage
Constructors
ChangeHistoryChange()
Declaration
public ChangeHistoryChange()
ChangeHistoryChange(ChangeHistoryChange)
Declaration
public ChangeHistoryChange(ChangeHistoryChange other)
Parameters
Type | Name | Description |
---|---|---|
ChangeHistoryChange | other |
Properties
Action
The type of action that changed this resource.
Declaration
public ActionType Action { get; set; }
Property Value
Type | Description |
---|---|
ActionType |
Resource
Resource name of the resource whose changes are described by this entry.
Declaration
public 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
public ChangeHistoryChange.Types.ChangeHistoryResource ResourceAfterChange { get; set; }
Property Value
Type | Description |
---|---|
ChangeHistoryChange.Types.ChangeHistoryResource |
ResourceBeforeChange
Resource contents from before the change was made. If this resource was created in this change, this field will be missing.
Declaration
public ChangeHistoryChange.Types.ChangeHistoryResource ResourceBeforeChange { get; set; }
Property Value
Type | Description |
---|---|
ChangeHistoryChange.Types.ChangeHistoryResource |