Show / Hide Table of Contents

Class ItemParameter

A bucket of any event parameters related to an item to be included within the event that were not already specified using other structured fields.

Inheritance
object
ItemParameter
Implements
IMessage<ItemParameter>
IEquatable<ItemParameter>
IDeepCloneable<ItemParameter>
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 ItemParameter : IMessage<ItemParameter>, IEquatable<ItemParameter>, IDeepCloneable<ItemParameter>, IBufferMessage, IMessage

Constructors

ItemParameter()

Declaration
public ItemParameter()

ItemParameter(ItemParameter)

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

Properties

ParameterName

Required. The name of the parameter to use.

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

Value

Required. The string representation of the value of the parameter to set.

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