/**
 * VRt.Studio [ST]
 *
 * The version of the OpenAPI document: 7.18.2755
 * Contact: servicedesk@veeroute.com
 *
 * NOTE: This class is auto generated by OpenAPI Generator.
 * Do not edit the class manually.
 */
/**
 * Statistics on capacity characteristics (ratio).  It may be more than one.
 */
export interface CapacityStatisticsRatioStudio {
    [key: string]: any | any;
    /**
     * Loading by mass, in fractions of a unit.
     */
    mass: number;
    /**
     * Loading by volume, in fractions of a unit.
     */
    volume: number;
    /**
     * Loading by additional parameter (A), in fractions of a unit.
     */
    capacity_a: number;
    /**
     * Loading by additional parameter (B), in fractions of a unit.
     */
    capacity_b: number;
    /**
     * Loading by additional parameter (C), in fractions of a unit.
     */
    capacity_c: number;
}
