Show / Hide Table of Contents

Class Baseline

Baseline criteria against which insights are compared.

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

Constructors

Baseline()

Declaration
public Baseline()

Baseline(Baseline)

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

Properties

BaselineCase

Declaration
public Baseline.BaselineOneofCase BaselineCase { get; }
Property Value
Type Description
Baseline.BaselineOneofCase

BaselineLocation

The baseline location of the request. Baseline location is an OR-list of the requested regions.

Declaration
public Baseline.Types.Location BaselineLocation { get; set; }
Property Value
Type Description
Baseline.Types.Location

HasLocationAutoDetectionEnabled

Gets whether the "location_auto_detection_enabled" field is set

Declaration
public bool HasLocationAutoDetectionEnabled { get; }
Property Value
Type Description
bool

LocationAutoDetectionEnabled

If set to true, the service will try to automatically detect the baseline location for insights.

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