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

ContentSource

import type { ContentSource } from "https://googleapis.deno.dev/v1/dfareporting:v5.ts";

Contains the content source of the dynamic feed.

interface ContentSource {
contentSourceName?: string;
readonly createInfo?: LastModifiedInfo;
readonly lastModifiedInfo?: LastModifiedInfo;
readonly metaData?: ContentSourceMetaData;
resourceLink?: string;
resourceType?: "RESOURCE_TYPE_UNSPECIFIED" | "RESOURCE_TYPE_GOOGLE_SPREADSHEET" | "RESOURCE_TYPE_REMOTE_FILE";
}

§Properties

§
contentSourceName?: string
[src]

Optional. The name of the content source. It is defaulted to content source file name if not provided.

§
readonly createInfo?: LastModifiedInfo
[src]

Output only. The creation timestamp of the content source. This is a read-only field.

§
readonly lastModifiedInfo?: LastModifiedInfo
[src]

Output only. The last modified timestamp of the content source. This is a read-only field.

§
readonly metaData?: ContentSourceMetaData
[src]

Output only. Metadata of the content source. It contains the number of rows and the column names from resource link. This is a read-only field.

§
resourceType?: "RESOURCE_TYPE_UNSPECIFIED" | "RESOURCE_TYPE_GOOGLE_SPREADSHEET" | "RESOURCE_TYPE_REMOTE_FILE"
[src]

Required. The resource type of the content source.