Google Apps Script API
    Preparing search index...
    interface UserRolesCollection {
        get(profileId: string, id: string): UserRole;
        insert(resource: UserRole, profileId: string): UserRole;
        list(profileId: string): UserRolesListResponse;
        list(profileId: string, optionalArgs: object): UserRolesListResponse;
        patch(resource: UserRole, profileId: string, id: string): UserRole;
        remove(profileId: string, id: string): void;
        update(resource: UserRole, profileId: string): UserRole;
    }
    Index

    Methods