Class RegionalInventoryDataSource
The regional inventory data source.
Implements
Namespace: Google.Shopping.Merchant.DataSources.V1Beta
Assembly: Google.Shopping.Merchant.DataSources.V1Beta.dll
Syntax
public sealed class RegionalInventoryDataSource : IMessage<RegionalInventoryDataSource>, IEquatable<RegionalInventoryDataSource>, IDeepCloneable<RegionalInventoryDataSource>, IBufferMessage, IMessage
Constructors
RegionalInventoryDataSource()
Declaration
public RegionalInventoryDataSource()
RegionalInventoryDataSource(RegionalInventoryDataSource)
Declaration
public RegionalInventoryDataSource(RegionalInventoryDataSource other)
Parameters
Type | Name | Description |
---|---|---|
RegionalInventoryDataSource | other |
Properties
ContentLanguage
Required. Immutable. The two-letter ISO 639-1 language of the items to which the regional 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 regional 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 |