Class DaiSession.Types.Finding.Types.PodFinding
A finding that occurred while decisioning an ad pod.
Implements
Namespace: Google.Ads.AdManager.V1
Assembly: Google.Ads.AdManager.V1.dll
Syntax
public sealed class DaiSession.Types.Finding.Types.PodFinding : IMessage<DaiSession.Types.Finding.Types.PodFinding>, IEquatable<DaiSession.Types.Finding.Types.PodFinding>, IDeepCloneable<DaiSession.Types.Finding.Types.PodFinding>, IBufferMessage, IMessage
Constructors
PodFinding()
Declaration
public PodFinding()
PodFinding(PodFinding)
Declaration
public PodFinding(DaiSession.Types.Finding.Types.PodFinding other)
Parameters
| Type | Name | Description |
|---|---|---|
| DaiSession.Types.Finding.Types.PodFinding | other |
Properties
HasPodKey
Gets whether the "pod_key" field is set
Declaration
public bool HasPodKey { get; }
Property Value
| Type | Description |
|---|---|
| bool |
HasType
Gets whether the "type" field is set
Declaration
public bool HasType { get; }
Property Value
| Type | Description |
|---|---|
| bool |
PodKey
Output only. ID that links to the relevant ad pod.
Declaration
public long PodKey { get; set; }
Property Value
| Type | Description |
|---|---|
| long |
Type
Output only. The finding's type.
Declaration
public PodFindingTypeEnum.Types.PodFindingType Type { get; set; }
Property Value
| Type | Description |
|---|---|
| PodFindingTypeEnum.Types.PodFindingType |