Show / Hide Table of Contents

Class PrivateAuctionDeal.Types.BuyerData

Contains buyer data. This data is required by the Marketplace API.

Inheritance
object
PrivateAuctionDeal.Types.BuyerData
Implements
IMessage<PrivateAuctionDeal.Types.BuyerData>
IEquatable<PrivateAuctionDeal.Types.BuyerData>
IDeepCloneable<PrivateAuctionDeal.Types.BuyerData>
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 PrivateAuctionDeal.Types.BuyerData : IMessage<PrivateAuctionDeal.Types.BuyerData>, IEquatable<PrivateAuctionDeal.Types.BuyerData>, IDeepCloneable<PrivateAuctionDeal.Types.BuyerData>, IBufferMessage, IMessage

Constructors

BuyerData()

Declaration
public BuyerData()

BuyerData(BuyerData)

Declaration
public BuyerData(PrivateAuctionDeal.Types.BuyerData other)
Parameters
Type Name Description
PrivateAuctionDeal.Types.BuyerData other

Properties

BuyerEmails

Optional. The email contacts of the buyer of the PrivateAuctionDeal.

Declaration
public RepeatedField<string> BuyerEmails { get; }
Property Value
Type Description
RepeatedField<string>
In this article
Back to top Generated by DocFX