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

UpdateFeedRequest

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

Update asset feed request.

interface UpdateFeedRequest {
feed?: Feed;
updateMask?: string;
}

§Properties

§
feed?: Feed
[src]

Required. The new values of feed details. It must match an existing feed and the field name must be in the format of: projects/project_number/feeds/feed_id or folders/folder_number/feeds/feed_id or organizations/organization_number/feeds/feed_id.

§
updateMask?: string
[src]

Required. Only updates the feed fields indicated by this mask. The field mask must not be empty, and it must not contain fields that are immutable or only set by the server.