base64EncodedName property
The unpadded base64url encoded name of the LocalInventory resource.
Format:
accounts/{account}/products/{product}/localInventories/{store_code}
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/localInventories/store123 for
the decoded product ID en~US~sku/123 and store_code "store123". Can be
used directly as input to the API methods that require the local product
identifier within the local inventory name to be encoded if it contains
special characters, for example
[GetLocalInventory](https://developers.google.com/merchant/api/reference/rest/inventories_v1/accounts.products.localInventories/get).
Output only.
Implementation
core.String? base64EncodedName;