Show / Hide Table of Contents

Class LocationIdSet

A list of location ID sets. Must be non-empty. Can only be set if all other fields are not set.

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

Constructors

LocationIdSet()

Declaration
public LocationIdSet()

LocationIdSet(LocationIdSet)

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

Properties

LocationIds

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

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