Google Apps Script API
    Preparing search index...
    interface UserRolePermissionsCollection {
        get(profileId: string, id: string): UserRolePermission;
        list(profileId: string): UserRolePermissionsListResponse;
        list(
            profileId: string,
            optionalArgs: object,
        ): UserRolePermissionsListResponse;
    }
    Index

    Methods

    Methods