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

Reader

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

A reader of a publication.

interface Reader {
readonly createTime?: Date;
readonly name?: string;
readonly originatingPublicationId?: string;
readonly ppid?: string;
readonly publicationId?: string;
}

§Properties

§
readonly createTime?: Date
[src]

Output only. Time the publication reader was created and associated with a Google user.

§
readonly name?: string
[src]

Output only. The resource name of the reader. The last part of ppid in the resource name is the publisher provided id.

§
readonly originatingPublicationId?: string
[src]

Output only. The SwG publication id that the reader's subscription linking was originating from.

§
readonly ppid?: string
[src]

Output only. The publisher provided id of the reader.

§
readonly publicationId?: string
[src]

Output only. The SwG publication id that the reader has linked their subscription to.