Interface DiagnosticBundleV1Experimental

interface DiagnosticBundleV1 {
    bundleId?: string;
    consent: DiagnosticConsent;
    contentClassification: DiagnosticContentClassification;
    envelopes: DiagnosticEnvelope[];
    schemaVersion: "1.0";
}

Properties

bundleId?: string
contentClassification: DiagnosticContentClassification
envelopes: DiagnosticEnvelope[]
schemaVersion