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

CreateFeedRequest

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

Create asset feed request.

interface CreateFeedRequest {
feed?: Feed;
feedId?: string;
}

§Properties

§
feed?: Feed
[src]

Required. The feed details. The field name must be empty and it will be generated in the format of: projects/project_number/feeds/feed_id folders/folder_number/feeds/feed_id organizations/organization_number/feeds/feed_id

§
feedId?: string
[src]

Required. This is the client-assigned asset feed identifier and it needs to be unique under a specific parent project/folder/organization.