Class ChangeHistoryChange.Types.ChangeHistoryResource
A snapshot of a resource as before or after the result of a change in
change history.
Inheritance
ChangeHistoryChange.Types.ChangeHistoryResource
Assembly: Google.Analytics.Admin.V1Beta.dll
Syntax
public sealed class ChangeHistoryChange.Types.ChangeHistoryResource : IMessage<ChangeHistoryChange.Types.ChangeHistoryResource>, IEquatable<ChangeHistoryChange.Types.ChangeHistoryResource>, IDeepCloneable<ChangeHistoryChange.Types.ChangeHistoryResource>, IBufferMessage, IMessage
Constructors
ChangeHistoryResource()
Declaration
public ChangeHistoryResource()
ChangeHistoryResource(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
ConversionEvent
A snapshot of a ConversionEvent resource in change history.
Declaration
public ConversionEvent ConversionEvent { get; set; }
Property Value
DataRetentionSettings
A snapshot of a data retention settings resource in change history.
Declaration
public DataRetentionSettings DataRetentionSettings { get; set; }
Property Value
DataStream
A snapshot of a DataStream resource in change history.
Declaration
public DataStream DataStream { 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
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