Package version:

Interface OrganizationResourceListResult

The response of a OrganizationResource list operation.

interface OrganizationResourceListResult {
    nextLink?: string;
    value: OrganizationResource[];
}

Properties

Properties

nextLink?: string

The link to the next page of items

The OrganizationResource items on this page

Generated using TypeDoc