Show / Hide Table of Contents

Class RegionalInventory

Regional inventory information for the product. Represents specific information like price and availability for a given product in a specific [region][google.shopping.merchant.inventories.v1.RegionalInventory.region]. For a list of all accepted attribute values, see the regional product inventory data specification.

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

Constructors

RegionalInventory()

Declaration
public RegionalInventory()

RegionalInventory(RegionalInventory)

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

Properties

Account

Output only. The account that owns the product. This field will be ignored if set by the client.

Declaration
public long Account { get; set; }
Property Value
Type Description
long

Name

Output only. The name of the RegionalInventory resource. Format: {regional_inventory.name=accounts/{account}/products/{product}/regionalInventories/{region}

Declaration
public string Name { get; set; }
Property Value
Type Description
string

Region

Required. Immutable. ID of the region for this RegionalInventory resource. See the Regional availability and pricing for more details.

Declaration
public string Region { get; set; }
Property Value
Type Description
string

RegionalInventoryAttributes

Optional. A list of regional inventory attributes.

Declaration
public RegionalInventoryAttributes RegionalInventoryAttributes { get; set; }
Property Value
Type Description
RegionalInventoryAttributes

RegionalInventoryName

RegionalInventoryName-typed view over the Name resource name property.

Declaration
public RegionalInventoryName RegionalInventoryName { get; set; }
Property Value
Type Description
RegionalInventoryName
In this article
Back to top Generated by DocFX