Show / Hide Table of Contents

Class GoogleUserIdData

Google user id data holding encrypted google user IDs. At least one google user ID is required.

Inheritance
object
GoogleUserIdData
Implements
IMessage<GoogleUserIdData>
IEquatable<GoogleUserIdData>
IDeepCloneable<GoogleUserIdData>
IBufferMessage
IMessage
Inherited Members
object.GetHashCode()
object.GetType()
object.ToString()
Namespace: Google.Ads.DataManager.V1
Assembly: Google.Ads.DataManager.V1.dll
Syntax
public sealed class GoogleUserIdData : IMessage<GoogleUserIdData>, IEquatable<GoogleUserIdData>, IDeepCloneable<GoogleUserIdData>, IBufferMessage, IMessage

Constructors

GoogleUserIdData()

Declaration
public GoogleUserIdData()

GoogleUserIdData(GoogleUserIdData)

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

Properties

GoogleUserIds

Required. The list of encrypted google user IDs.

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