Show / Hide Table of Contents

Class ExperimentalField

Experimental field representing unofficial fields.

Inheritance
object
ExperimentalField
Implements
IMessage<ExperimentalField>
IEquatable<ExperimentalField>
IDeepCloneable<ExperimentalField>
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 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
In this article
Back to top Generated by DocFX