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

UserRolePermissionsListResponse

import type { UserRolePermissionsListResponse } from "https://googleapis.deno.dev/v1/dfareporting:v4.ts";

User Role Permission List Response

interface UserRolePermissionsListResponse {
kind?: string;
userRolePermissions?: UserRolePermission[];
}

§Properties

§
kind?: string
[src]

Identifies what kind of resource this is. Value: the fixed string "dfareporting#userRolePermissionsListResponse".

§
userRolePermissions?: UserRolePermission[]
[src]

User role permission collection.