Integration App SDK - v1.14.0
    Preparing search index...

    Interface UsageEntry

    interface UsageEntry {
        workspaceId: string;
        customerId?: string;
        connectionId?: string;
        key: UsageType;
        time: string;
        value: number;
    }
    Index

    Properties

    workspaceId: string
    customerId?: string
    connectionId?: string
    time: string
    value: number