Show / Hide Table of Contents

Class DeliveryIndicator

Indicates the delivery performance of the LineItem.

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

Constructors

DeliveryIndicator()

Declaration
public DeliveryIndicator()

DeliveryIndicator(DeliveryIndicator)

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

Properties

ActualDeliveryPercentage

Output only. The actual delivery percentage of the LineItem.

Declaration
public double ActualDeliveryPercentage { get; set; }
Property Value
Type Description
double

ExpectedDeliveryPercentage

Output only. The expected delivery percentage of the LineItem.

Declaration
public double ExpectedDeliveryPercentage { get; set; }
Property Value
Type Description
double

HasActualDeliveryPercentage

Gets whether the "actual_delivery_percentage" field is set

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

HasExpectedDeliveryPercentage

Gets whether the "expected_delivery_percentage" field is set

Declaration
public bool HasExpectedDeliveryPercentage { get; }
Property Value
Type Description
bool
In this article
Back to top Generated by DocFX