Interface AssetBandwidthUsage

interface AssetBandwidthUsage {
    sys: {
        asset: SysLink;
        id: string;
        space: SysLink;
        type: string;
    };
    usedBandwidth: number;
    toPlainObject(): AssetBandwidthUsageItemProps;
}

Hierarchy (view full)

Properties

Methods

Properties

sys: {
    asset: SysLink;
    id: string;
    space: SysLink;
    type: string;
}
usedBandwidth: number

Methods