Interface TrafficEncoder

interface TrafficEncoder {
    ID: string;
    SkipTests: boolean;
    TestID: string;
    Wasm?: commonpb.File;
}

Properties

ID: string
SkipTests: boolean
TestID: string
Wasm?: commonpb.File