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

    Interface Operation_RequestHeader

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

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

    Indexable

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

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

      • Uint8Array<ArrayBufferLike>
      • () => unknown
          • (): unknown
          • Request header is a container for all the values of a particular header of a request because there is no such thing as map<string, repeated string>

            Returns unknown

      • undefined
    Index
    "[customJson]"?: () => unknown

    Returns a safe value for JSON logs.

    Type Declaration

      • (): unknown
      • Returns a safe value for JSON logs.

        Returns unknown

    "[unknownFieldsSymbol]"?: Uint8Array<ArrayBufferLike>

    Preserves protobuf fields that this SDK version does not recognize.

    $type: "nebius.common.v1.Operation.RequestHeader"

    Contains the fully qualified protobuf type name.

    values: string[]

    The values of a particular header from a request