@akamai/openapi-ts
    Preparing search index...

    Type Alias GetStackScriptData

    type GetStackScriptData = {
        body?: never;
        path: { stackscriptId: string };
        query?: never;
        url: "linode/stackscripts/{stackscriptId}";
    }
    Index

    Properties

    Properties

    body?: never
    path: { stackscriptId: string }

    Type Declaration

    • stackscriptId: string

      The ID of the StackScript to look up.

    query?: never
    url: "linode/stackscripts/{stackscriptId}"