Show / Hide Table of Contents

Class ReportValue.Types.DoubleList

A list of double values.

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

Constructors

DoubleList()

Declaration
public DoubleList()

DoubleList(DoubleList)

Declaration
public DoubleList(ReportValue.Types.DoubleList other)
Parameters
Type Name Description
ReportValue.Types.DoubleList other

Properties

Values

The values

Declaration
public RepeatedField<double> Values { get; }
Property Value
Type Description
RepeatedField<double>
In this article
Back to top Generated by DocFX