Class ChangeHistoryChange.Types.ChangeHistoryResource
A snapshot of a resource as before or after the result of a change in
change history.
Inheritance
System.Object
ChangeHistoryChange.Types.ChangeHistoryResource
Implements
Google.Protobuf.IBufferMessage
Google.Protobuf.IMessage
Inherited Members
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ToString()
Assembly: Google.Analytics.Admin.V1Alpha.dll
Syntax
public sealed class ChangeHistoryResource : IMessage<ChangeHistoryChange.Types.ChangeHistoryResource>, IEquatable<ChangeHistoryChange.Types.ChangeHistoryResource>, IDeepCloneable<ChangeHistoryChange.Types.ChangeHistoryResource>, IBufferMessage, IMessage
Constructors
ChangeHistoryResource()
Declaration
public ChangeHistoryResource()
ChangeHistoryResource(ChangeHistoryChange.Types.ChangeHistoryResource)
Declaration
public ChangeHistoryResource(ChangeHistoryChange.Types.ChangeHistoryResource other)
Parameters
Properties
Account
A snapshot of an Account resource in change history.
Declaration
public Account Account { get; set; }
Property Value
AndroidAppDataStream
A snapshot of an AndroidAppDataStream resource in change history.
Declaration
public AndroidAppDataStream AndroidAppDataStream { get; set; }
Property Value
ConversionEvent
A snapshot of a ConversionEvent resource in change history.
Declaration
public ConversionEvent ConversionEvent { get; set; }
Property Value
CustomDimension
A snapshot of a CustomDimension resource in change history.
Declaration
public CustomDimension CustomDimension { get; set; }
Property Value
CustomMetric
A snapshot of a CustomMetric resource in change history.
Declaration
public CustomMetric CustomMetric { get; set; }
Property Value
FirebaseLink
A snapshot of a FirebaseLink resource in change history.
Declaration
public FirebaseLink FirebaseLink { get; set; }
Property Value
GoogleAdsLink
A snapshot of a GoogleAdsLink resource in change history.
Declaration
public GoogleAdsLink GoogleAdsLink { get; set; }
Property Value
GoogleSignalsSettings
A snapshot of a GoogleSignalsSettings resource in change history.
Declaration
public GoogleSignalsSettings GoogleSignalsSettings { get; set; }
Property Value
IosAppDataStream
A snapshot of an IosAppDataStream resource in change history.
Declaration
public IosAppDataStream IosAppDataStream { get; set; }
Property Value
MeasurementProtocolSecret
A snapshot of a MeasurementProtocolSecret resource in change history.
Declaration
public MeasurementProtocolSecret MeasurementProtocolSecret { get; set; }
Property Value
Property
A snapshot of a Property resource in change history.
Declaration
public Property Property { get; set; }
Property Value
ResourceCase
Declaration
public ChangeHistoryChange.Types.ChangeHistoryResource.ResourceOneofCase ResourceCase { get; }
Property Value
WebDataStream
A snapshot of a WebDataStream resource in change history.
Declaration
public WebDataStream WebDataStream { get; set; }
Property Value