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

ProductReviewStatus

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

Product review status.

interface ProductReviewStatus {
readonly createTime?: Date;
readonly destinationStatuses?: ProductReviewDestinationStatus[];
readonly itemLevelIssues?: ProductReviewItemLevelIssue[];
readonly lastUpdateTime?: Date;
}

§Properties

§
readonly createTime?: Date
[src]

Output only. Date on which the item has been created, in ISO 8601 format.

§
readonly destinationStatuses?: ProductReviewDestinationStatus[]
[src]

Output only. The intended destinations for the product review.

§
readonly itemLevelIssues?: ProductReviewItemLevelIssue[]
[src]

Output only. A list of all issues associated with the product review.

§
readonly lastUpdateTime?: Date
[src]

Output only. Date on which the item has been last updated, in ISO 8601 format.