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

UserRolePermissionGroupsListResponse

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

User Role Permission Group List Response

interface UserRolePermissionGroupsListResponse {
kind?: string;
userRolePermissionGroups?: UserRolePermissionGroup[];
}

§Properties

§
kind?: string
[src]

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

§
userRolePermissionGroups?: UserRolePermissionGroup[]
[src]

User role permission group collection.