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

PostPerUserInfo

import type { PostPerUserInfo } from "https://googleapis.deno.dev/v1/blogger:v3.ts";
interface PostPerUserInfo {
blogId?: string;
hasEditAccess?: boolean;
kind?: string;
postId?: string;
userId?: string;
}

§Properties

§
blogId?: string
[src]

ID of the Blog that the post resource belongs to.

§
hasEditAccess?: boolean
[src]

True if the user has Author level access to the post.

§
kind?: string
[src]

The kind of this entity. Always blogger#postPerUserInfo.

§
postId?: string
[src]

ID of the Post resource.

§
userId?: string
[src]

ID of the User.