Class ExperimentalField
Experimental field representing unofficial fields.
Implements
Namespace: Google.Ads.DataManager.V1
Assembly: Google.Ads.DataManager.V1.dll
Syntax
public sealed class ExperimentalField : IMessage<ExperimentalField>, IEquatable<ExperimentalField>, IDeepCloneable<ExperimentalField>, IBufferMessage, IMessage
Constructors
ExperimentalField()
Declaration
public ExperimentalField()
ExperimentalField(ExperimentalField)
Declaration
public ExperimentalField(ExperimentalField other)
Parameters
| Type | Name | Description |
|---|---|---|
| ExperimentalField | other |
Properties
Field
Optional. The name of the field to use.
Declaration
public string Field { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Value
Optional. The value the field to set.
Declaration
public string Value { get; set; }
Property Value
| Type | Description |
|---|---|
| string |