Class DaiSession.Types.Finding.Types.TrackingPingFinding
A finding that occurred while pinging tracking URLs for a session.
Implements
Namespace: Google.Ads.AdManager.V1
Assembly: Google.Ads.AdManager.V1.dll
Syntax
public sealed class DaiSession.Types.Finding.Types.TrackingPingFinding : IMessage<DaiSession.Types.Finding.Types.TrackingPingFinding>, IEquatable<DaiSession.Types.Finding.Types.TrackingPingFinding>, IDeepCloneable<DaiSession.Types.Finding.Types.TrackingPingFinding>, IBufferMessage, IMessage
Constructors
TrackingPingFinding()
Declaration
public TrackingPingFinding()
TrackingPingFinding(TrackingPingFinding)
Declaration
public TrackingPingFinding(DaiSession.Types.Finding.Types.TrackingPingFinding other)
Parameters
| Type | Name | Description |
|---|---|---|
| DaiSession.Types.Finding.Types.TrackingPingFinding | other |
Properties
HasTrackingPingKey
Gets whether the "tracking_ping_key" field is set
Declaration
public bool HasTrackingPingKey { get; }
Property Value
| Type | Description |
|---|---|
| bool |
HasType
Gets whether the "type" field is set
Declaration
public bool HasType { get; }
Property Value
| Type | Description |
|---|---|
| bool |
TrackingPingKey
Output only. The ID that links to the relevant tracking ping.
Declaration
public long TrackingPingKey { get; set; }
Property Value
| Type | Description |
|---|---|
| long |
Type
Output only. The finding's type.
Declaration
public TrackingPingFindingTypeEnum.Types.TrackingPingFindingType Type { get; set; }
Property Value
| Type | Description |
|---|---|
| TrackingPingFindingTypeEnum.Types.TrackingPingFindingType |