OneSDK
    Preparing search index...

    Interface MetaResponse

    interface MetaResponse {
        actions?: YouTube.Action[];
        continuation: Continuation;
        frameworkUpdates?: FrameworkUpdates;
        responseContext: ResponseContext;
    }
    Index

    Properties

    actions?: YouTube.Action[]
    continuation: Continuation
    frameworkUpdates?: FrameworkUpdates
    responseContext: ResponseContext