@nebius/js-sdk - v0.1.4
    Preparing search index...

    Interface Operation_request_header

    Request header is a container for all the values of a particular header of a request as there is no such thing as map<string, repeated string>

    interface Operation_request_header {
        "[customJson]"?: () => unknown;
        "[unknownFieldsSymbol]"?: Uint8Array<ArrayBufferLike>;
        $type: "nebius.common.v1alpha1.Operation.request_header";
        values: string[];
        [key: symbol]: Uint8Array<ArrayBufferLike> | (() => unknown) | undefined;
    }

    Indexable

    • [key: symbol]: Uint8Array<ArrayBufferLike> | (() => unknown) | undefined
    Index

    Properties

    "[customJson]"?: () => unknown
    "[unknownFieldsSymbol]"?: Uint8Array<ArrayBufferLike>
    $type: "nebius.common.v1alpha1.Operation.request_header"
    values: string[]

    The values of a particular header from a request