Interface VolumeProfileFamilyResult

interface VolumeProfileFamilyResult {
    options: VolumeProfileFamilyOptions;
    sessions: VolumeProfileSessionResult[];
}

Properties

Properties