Google Apps Script API
    Preparing search index...
    interface Role {
        etag?: string;
        isSuperAdminRole?: boolean;
        isSystemRole?: boolean;
        kind?: string;
        roleDescription?: string;
        roleId?: string;
        roleName?: string;
        rolePrivileges?: RoleRolePrivileges[];
    }
    Index

    Properties

    etag?: string
    isSuperAdminRole?: boolean
    isSystemRole?: boolean
    kind?: string
    roleDescription?: string
    roleId?: string
    roleName?: string
    rolePrivileges?: RoleRolePrivileges[]