Show / Hide Table of Contents

Class Report.Types.Value.Types.StringList

A list of string values.

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

Constructors

StringList()

Declaration
public StringList()

StringList(StringList)

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

Properties

Values

The values

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