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.