@theredspace/spp-client
    Preparing search index...

    Interface SummaryView

    SummaryView represents a custom reporting view defined in OpenAir. It is read-only. Supports only Read via method="all" or method="equal to".

    interface SummaryView {
        created: string;
        description?: string;
        id: string;
        name: string;
        ownerid?: string;
        public: "0" | "1";
        report_type?: string;
        updated: string;
    }
    Index

    Properties

    created: string
    description?: string
    id: string
    name: string
    ownerid?: string
    public: "0" | "1"
    report_type?: string
    updated: string