Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

ProductReview

import type { ProductReview } from "https://googleapis.deno.dev/v1/merchantapi:reviews_v1beta.ts";

A review for a product. For more information, see Introduction to Product Review Feeds

interface ProductReview {
customAttributes?: CustomAttribute[];
readonly dataSource?: string;
name?: string;
productReviewId?: string;
readonly productReviewStatus?: ProductReviewStatus;
}

§Properties

§

Optional. A list of product review attributes.

§
customAttributes?: CustomAttribute[]
[src]

Optional. A list of custom (merchant-provided) attributes.

§
readonly dataSource?: string
[src]

Output only. The primary data source of the product review.

§
name?: string
[src]

Identifier. The name of the product review. Format: "{productreview.name=accounts/{account}/productReviews/{productReview}}"

§
productReviewId?: string
[src]

Required. The permanent, unique identifier for the product review in the publisher’s system.

§
readonly productReviewStatus?: ProductReviewStatus
[src]

Output only. The status of a product review, data validation issues, that is, information about a product review computed asynchronously.