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

CssProductStatus

import type { CssProductStatus } from "https://googleapis.deno.dev/v1/css:v1.ts";

The status of the Css Product, data validation issues, that is, information about the Css Product computed asynchronously.

interface CssProductStatus {
creationDate?: Date;
destinationStatuses?: DestinationStatus[];
googleExpirationDate?: Date;
itemLevelIssues?: ItemLevelIssue[];
lastUpdateDate?: Date;
}

§Properties

§
creationDate?: Date
[src]

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

§
destinationStatuses?: DestinationStatus[]
[src]

The intended destinations for the product.

§
googleExpirationDate?: Date
[src]

Date on which the item expires, in ISO 8601 format.

§
itemLevelIssues?: ItemLevelIssue[]
[src]

A list of all issues associated with the product.

§
lastUpdateDate?: Date
[src]

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