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

UserRolesListResponse

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

User Role List Response

interface UserRolesListResponse {
kind?: string;
nextPageToken?: string;
userRoles?: UserRole[];
}

§Properties

§
kind?: string
[src]

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

§
nextPageToken?: string
[src]

Pagination token to be used for the next list operation.

§
userRoles?: UserRole[]
[src]

User role collection.