Show / Hide Table of Contents

Class Region.Types.GeoTargetArea

A list of geotargets that defines the region area.

Inheritance
object
Region.Types.GeoTargetArea
Implements
IMessage<Region.Types.GeoTargetArea>
IEquatable<Region.Types.GeoTargetArea>
IDeepCloneable<Region.Types.GeoTargetArea>
IBufferMessage
IMessage
Inherited Members
object.GetHashCode()
object.GetType()
object.ToString()
Namespace: Google.Shopping.Merchant.Accounts.V1
Assembly: Google.Shopping.Merchant.Accounts.V1.dll
Syntax
public sealed class Region.Types.GeoTargetArea : IMessage<Region.Types.GeoTargetArea>, IEquatable<Region.Types.GeoTargetArea>, IDeepCloneable<Region.Types.GeoTargetArea>, IBufferMessage, IMessage

Constructors

GeoTargetArea()

Declaration
public GeoTargetArea()

GeoTargetArea(GeoTargetArea)

Declaration
public GeoTargetArea(Region.Types.GeoTargetArea other)
Parameters
Type Name Description
Region.Types.GeoTargetArea other

Properties

GeotargetCriteriaIds

Required. A non-empty list of location IDs. They must all be of the same location type (for example, state).

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