Show / Hide Table of Contents

Class DaiSession.Types.Finding.Types.CreativeFinding

A finding that occurred while looking up creative information.

Inheritance
object
DaiSession.Types.Finding.Types.CreativeFinding
Implements
IMessage<DaiSession.Types.Finding.Types.CreativeFinding>
IEquatable<DaiSession.Types.Finding.Types.CreativeFinding>
IDeepCloneable<DaiSession.Types.Finding.Types.CreativeFinding>
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.CreativeFinding : IMessage<DaiSession.Types.Finding.Types.CreativeFinding>, IEquatable<DaiSession.Types.Finding.Types.CreativeFinding>, IDeepCloneable<DaiSession.Types.Finding.Types.CreativeFinding>, IBufferMessage, IMessage

Constructors

CreativeFinding()

Declaration
public CreativeFinding()

CreativeFinding(CreativeFinding)

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

Properties

CreativeKey

Output only. The ID that links to the relevant creative.

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

HasCreativeKey

Gets whether the "creative_key" field is set

Declaration
public bool HasCreativeKey { 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 CreativeFindingTypeEnum.Types.CreativeFindingType Type { get; set; }
Property Value
Type Description
CreativeFindingTypeEnum.Types.CreativeFindingType
In this article
Back to top Generated by DocFX