Show / Hide Table of Contents

Class DaiSession.Types.Finding.Types.AdRequestFinding

A finding that occurred while making an ad request.

Inheritance
object
DaiSession.Types.Finding.Types.AdRequestFinding
Implements
IMessage<DaiSession.Types.Finding.Types.AdRequestFinding>
IEquatable<DaiSession.Types.Finding.Types.AdRequestFinding>
IDeepCloneable<DaiSession.Types.Finding.Types.AdRequestFinding>
IBufferMessage
IMessage
Inherited Members
object.GetHashCode()
object.GetType()
object.ToString()
Namespace: Google.Ads.AdManager.V1
Assembly: Google.Ads.AdManager.V1.dll
Syntax
public sealed class DaiSession.Types.Finding.Types.AdRequestFinding : IMessage<DaiSession.Types.Finding.Types.AdRequestFinding>, IEquatable<DaiSession.Types.Finding.Types.AdRequestFinding>, IDeepCloneable<DaiSession.Types.Finding.Types.AdRequestFinding>, IBufferMessage, IMessage

Constructors

AdRequestFinding()

Declaration
public AdRequestFinding()

AdRequestFinding(AdRequestFinding)

Declaration
public AdRequestFinding(DaiSession.Types.Finding.Types.AdRequestFinding other)
Parameters
Type Name Description
DaiSession.Types.Finding.Types.AdRequestFinding other

Properties

AdRequestKey

Output only. The ID that links to the relevant ad request.

Declaration
public long AdRequestKey { get; set; }
Property Value
Type Description
long

AdSelectionKey

Output only. The ID that links to the relevant ad selection.

Declaration
public long AdSelectionKey { get; set; }
Property Value
Type Description
long

HasAdRequestKey

Gets whether the "ad_request_key" field is set

Declaration
public bool HasAdRequestKey { get; }
Property Value
Type Description
bool

HasAdSelectionKey

Gets whether the "ad_selection_key" field is set

Declaration
public bool HasAdSelectionKey { get; }
Property Value
Type Description
bool

HasType

Gets whether the "type" field is set

Declaration
public bool HasType { get; }
Property Value
Type Description
bool

Type

Output only. The finding's type.

Declaration
public AdRequestFindingTypeEnum.Types.AdRequestFindingType Type { get; set; }
Property Value
Type Description
AdRequestFindingTypeEnum.Types.AdRequestFindingType
In this article
Back to top Generated by DocFX