Class DaiSession.Types.Finding
Information about errors or notable discoveries that occurred during a
session.
Inheritance
DaiSession.Types.Finding
Assembly: Google.Ads.AdManager.V1.dll
Syntax
public sealed class DaiSession.Types.Finding : IMessage<DaiSession.Types.Finding>, IEquatable<DaiSession.Types.Finding>, IDeepCloneable<DaiSession.Types.Finding>, IBufferMessage, IMessage
Constructors
Finding()
Declaration
Finding(Finding)
Declaration
public Finding(DaiSession.Types.Finding other)
Parameters
Properties
AdBreakFinding
Output only. A finding related to an ad break.
Declaration
public DaiSession.Types.Finding.Types.AdBreakFinding AdBreakFinding { get; set; }
Property Value
AdRequestFinding
Output only. A finding related to an ad request within ad selection.
Declaration
public DaiSession.Types.Finding.Types.AdRequestFinding AdRequestFinding { get; set; }
Property Value
CreativeFinding
Output only. A finding related to a creative.
Declaration
public DaiSession.Types.Finding.Types.CreativeFinding CreativeFinding { get; set; }
Property Value
Description
Output only. A description of the finding.
Declaration
public string Description { get; set; }
Property Value
HasDescription
Gets whether the "description" field is set
Declaration
public bool HasDescription { get; }
Property Value
HasSeverity
Gets whether the "severity" field is set
Declaration
public bool HasSeverity { get; }
Property Value
PodFinding
Output only. A finding related to building an ad pod.
Declaration
public DaiSession.Types.Finding.Types.PodFinding PodFinding { get; set; }
Property Value
Severity
Output only. The severity of the finding to the session.
Declaration
public SessionFindingSeverityEnum.Types.SessionFindingSeverity Severity { get; set; }
Property Value
SlateFinding
Output only. A finding related to the slate creative.
Declaration
public DaiSession.Types.Finding.Types.SlateFinding SlateFinding { get; set; }
Property Value
TrackingFinding
Output only. A finding related to a tracking ping.
Declaration
public DaiSession.Types.Finding.Types.TrackingPingFinding TrackingFinding { get; set; }
Property Value
TypeCase
Declaration
public DaiSession.Types.Finding.TypeOneofCase TypeCase { get; }
Property Value