Show / Hide Table of Contents

Class Baseline.Types.Location

The baseline location of the request. Baseline location is on OR-list of ISO 3166-1 alpha-2 region codes of the requested regions.

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

Constructors

Location()

Declaration
public Location()

Location(Location)

Declaration
public Location(Baseline.Types.Location other)
Parameters
Type Name Description
Baseline.Types.Location other

Properties

RegionCodes

List of ISO 3166-1 alpha-2 region codes.

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