Show / Hide Table of Contents

Class Report.Types.Value.Types.IntList

A list of integer values.

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

Constructors

IntList()

Declaration
public IntList()

IntList(IntList)

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

Properties

Values

The values

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