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

RegistryBook

import type { RegistryBook } from "https://googleapis.deno.dev/v1/cloudnumberregistry:v1alpha.ts";

Message describing RegistryBook object

interface RegistryBook {
readonly aggregatedData?: AggregatedData;
claimedScopes?: string[];
readonly createTime?: Date;
readonly isDefault?: boolean;
labels?: {
[key: string]: string;
}
;
name?: string;
readonly updateTime?: Date;
}

§Properties

§
readonly aggregatedData?: AggregatedData
[src]

Output only. Aggregated data for the RegistryBook. Populated only when the view is AGGREGATE.

§
claimedScopes?: string[]
[src]

Optional. List of scopes claimed by the RegistryBook. In Preview, Only project scope is supported. Each scope is in the format of projects/{project}. Each scope can only be claimed once.

§
readonly createTime?: Date
[src]

Output only. [Output only] Create time stamp

§
readonly isDefault?: boolean
[src]

Output only. Whether the RegistryBook is the default one.

§
labels?: {
[key: string]: string;
}
[src]

Optional. Labels as key value pairs

§
name?: string
[src]

Required. Identifier. name of resource

§
readonly updateTime?: Date
[src]

Output only. [Output only] Update time stamp