Show / Hide Table of Contents

Class CustomFieldValue.Types.Value

Represent custom field value type. Next Id: 5

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

Constructors

Value()

Declaration
public Value()

Value(Value)

Declaration
public Value(CustomFieldValue.Types.Value other)
Parameters
Type Name Description
CustomFieldValue.Types.Value other

Properties

DropdownValue

The custom_field_option_id, if the CustomFieldDataType is DROPDOWN.

Declaration
public long DropdownValue { get; set; }
Property Value
Type Description
long

HasDropdownValue

Gets whether the "dropdown_value" field is set

Declaration
public bool HasDropdownValue { get; }
Property Value
Type Description
bool

HasNumberValue

Gets whether the "number_value" field is set

Declaration
public bool HasNumberValue { get; }
Property Value
Type Description
bool

HasStringValue

Gets whether the "string_value" field is set

Declaration
public bool HasStringValue { get; }
Property Value
Type Description
bool

HasToggleValue

Gets whether the "toggle_value" field is set

Declaration
public bool HasToggleValue { get; }
Property Value
Type Description
bool

NumberValue

The value, if the CustomFieldDataType is NUMBER.

Declaration
public double NumberValue { get; set; }
Property Value
Type Description
double

StringValue

The value, if the CustomFieldDataType is STRING.

Declaration
public string StringValue { get; set; }
Property Value
Type Description
string

ToggleValue

The value, if the CustomFieldDataType is TOGGLE.

Declaration
public bool ToggleValue { get; set; }
Property Value
Type Description
bool

ValueCase

Declaration
public CustomFieldValue.Types.Value.ValueOneofCase ValueCase { get; }
Property Value
Type Description
CustomFieldValue.Types.Value.ValueOneofCase
In this article
Back to top Generated by DocFX