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

ListUserPermissionsResponse

import type { ListUserPermissionsResponse } from "https://googleapis.deno.dev/v1/tagmanager:v2.ts";

List user permissions response.

interface ListUserPermissionsResponse {
nextPageToken?: string;
userPermission?: UserPermission[];
}

§Properties

§
nextPageToken?: string
[src]

Continuation token for fetching the next page of results.

§
userPermission?: UserPermission[]
[src]

All GTM UserPermissions of a GTM Account.