Class UserProperty
A bucket of any additional user properties for the user associated with this event.
Implements
Namespace: Google.Ads.DataManager.V1
Assembly: Google.Ads.DataManager.V1.dll
Syntax
public sealed class UserProperty : IMessage<UserProperty>, IEquatable<UserProperty>, IDeepCloneable<UserProperty>, IBufferMessage, IMessage
Constructors
UserProperty()
Declaration
public UserProperty()
UserProperty(UserProperty)
Declaration
public UserProperty(UserProperty other)
Parameters
| Type | Name | Description |
|---|---|---|
| UserProperty | other |
Properties
PropertyName
Required. The name of the user property to use.
Declaration
public string PropertyName { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Value
Required. The string representation of the value of the user property to use.
Declaration
public string Value { get; set; }
Property Value
| Type | Description |
|---|---|
| string |