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

    Interface Response

    Represents the nebius.audit.v2.Response protobuf message.

    interface Response {
        "[customJson]"?: () => unknown;
        "[unknownFieldsSymbol]"?: Uint8Array<ArrayBufferLike>;
        $type: "nebius.audit.v2.Response";
        errorMessage: string;
        payload?: { [key: string]: any };
        statusCode: Code;
        [key: symbol]: Uint8Array<ArrayBufferLike> | (() => unknown) | undefined;
    }

    Indexable

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

      Represents the nebius.audit.v2.Response protobuf message.

      • Uint8Array<ArrayBufferLike>
      • () => unknown
          • (): unknown
          • Represents the nebius.audit.v2.Response protobuf message.

            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.audit.v2.Response"

    Contains the fully qualified protobuf type name.

    errorMessage: string

    Error message if the call was not successful.

    payload?: { [key: string]: any }

    The payload of the response.

    Type Declaration

    • [key: string]: any

      The payload of the response.

    statusCode: Code

    The status that the server returned to the client.