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

ProjectsConfigurationsUpsertOptions

import type { ProjectsConfigurationsUpsertOptions } from "https://googleapis.deno.dev/v1/threatintelligence:v1beta.ts";

Additional options for ThreatIntelligence#projectsConfigurationsUpsert.

interface ProjectsConfigurationsUpsertOptions {
publishTime?: Date;
}

§Properties

§
publishTime?: Date
[src]

Optional. Time that the configuration should be considered to have been published. This is an advanced feature used when onboarding and bulk loading data from other systems. Do not set this field without consulting with the API team.