base64EncodedName property

String? base64EncodedName
getter/setter pair

The unpadded base64url encoded name of the RegionalInventory resource.

Format: accounts/{account}/products/{product}/regionalInventories/{region} where the {product} segment is the unpadded base64url encoded value of the identifier of the form content_language~feed_label~offer_id. Example: accounts/123/products/ZW5-VVN-c2t1LzEyMw/regionalInventories/region123 for the decoded product ID en~US~sku/123 and region "region123". Can be used directly as input to the API methods that require the product identifier within the regional inventory name to be encoded if it contains special characters, for example [GetRegionalInventory](https://developers.google.com/merchant/api/reference/rest/inventories_v1/accounts.products.regionalInventories/get).

Output only.

Implementation

core.String? base64EncodedName;