interface RootResponse {
    continuationContents: ContinuationContents;
    frameworkUpdates: FrameworkUpdates;
    responseContext: ResponseContext;
    trackingParams: string;
}

Properties

continuationContents: ContinuationContents
frameworkUpdates: FrameworkUpdates
responseContext: ResponseContext
trackingParams: string