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.