Class LocalInventoryDataSource
The local inventory data source.
Implements
Namespace: Google.Shopping.Merchant.DataSources.V1Beta
Assembly: Google.Shopping.Merchant.DataSources.V1Beta.dll
Syntax
public sealed class LocalInventoryDataSource : IMessage<LocalInventoryDataSource>, IEquatable<LocalInventoryDataSource>, IDeepCloneable<LocalInventoryDataSource>, IBufferMessage, IMessage
Constructors
LocalInventoryDataSource()
Declaration
public LocalInventoryDataSource()
LocalInventoryDataSource(LocalInventoryDataSource)
Declaration
public LocalInventoryDataSource(LocalInventoryDataSource other)
Parameters
Type | Name | Description |
---|---|---|
LocalInventoryDataSource | other |
Properties
ContentLanguage
Required. Immutable. The two-letter ISO 639-1 language of the items to which the local inventory is provided.
Declaration
public string ContentLanguage { get; set; }
Property Value
Type | Description |
---|---|
string |
FeedLabel
Required. Immutable. The feed label of the offers to which the local inventory is provided.
Must be less than or equal to 20 uppercase letters (A-Z), numbers (0-9), and dashes (-).
See also migration to feed labels.
Declaration
public string FeedLabel { get; set; }
Property Value
Type | Description |
---|---|
string |