Show / Hide Table of Contents

Class Report.Types.Flag

A flag for a report. Flags are used show if certain thresholds are met. Result rows that match the filter will have the corresponding [MetricValueGroup.flagValues][MetricValueGroup] index set to true. For more information about flags see: https://support.google.com/admanager/answer/15079975

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

Constructors

Flag()

Declaration
public Flag()

Flag(Flag)

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

Properties

Filters

Required. Filters to apply for the flag.

Declaration
public RepeatedField<Report.Types.Filter> Filters { get; }
Property Value
Type Description
RepeatedField<Report.Types.Filter>

Name

Optional. Name of the flag. The flag names RED, YELLOW, GREEN, BLUE, PURPLE, and GREY correspond to the colored flags that appear in the UI. The UI will not display flags with other names, but they are available for use by API clients.

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