Show / Hide Table of Contents

Class LineItemDealInfo

Data transfer object for the exchange deal info of a line item.

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

Constructors

LineItemDealInfo()

Declaration
public LineItemDealInfo()

LineItemDealInfo(LineItemDealInfo)

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

Properties

ExternalDealId

Optional. The external deal ID shared between seller and buyer. This field is only present if the deal has been finalized.

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

HasExternalDealId

Gets whether the "external_deal_id" field is set

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