interface View {
    id?: string;
    links?: { self?: string };
    name: string;
    properties: ViewProperties;
}

Properties

id?: string
links?: { self?: string }
name: string
properties: ViewProperties
MMNEPVFCICPMFPCPTTAAATR