Class LocationIdSet
A list of location ID sets. Must be non-empty. Can only be set if all other fields are not set.
Implements
Namespace: Google.Shopping.Merchant.Accounts.V1Beta
Assembly: Google.Shopping.Merchant.Accounts.V1Beta.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> |