Show / Hide Table of Contents

Class NonGuaranteedDealPriority

Represents the priority settings to apply to non-guaranteed deals, independently of their types.

Inheritance
object
NonGuaranteedDealPriority
Implements
IMessage<NonGuaranteedDealPriority>
IEquatable<NonGuaranteedDealPriority>
IDeepCloneable<NonGuaranteedDealPriority>
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 NonGuaranteedDealPriority : IMessage<NonGuaranteedDealPriority>, IEquatable<NonGuaranteedDealPriority>, IDeepCloneable<NonGuaranteedDealPriority>, IBufferMessage, IMessage

Constructors

NonGuaranteedDealPriority()

Declaration
public NonGuaranteedDealPriority()

NonGuaranteedDealPriority(NonGuaranteedDealPriority)

Declaration
public NonGuaranteedDealPriority(NonGuaranteedDealPriority other)
Parameters
Type Name Description
NonGuaranteedDealPriority other

Properties

HasPriorityTier

Gets whether the "priority_tier" field is set

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

PriorityTier

Required. Enables publishers to favor certain deals, even if their default priorities are lower. For example, allowing a PA deal to beat a PD deal.

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