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

    Type Alias MethodOptions_IdempotencyLevel

    MethodOptions_IdempotencyLevel: EnumInstance<
        | "UNRECOGNIZED"
        | "IDEMPOTENCY_UNKNOWN"
        | "NO_SIDE_EFFECTS"
        | "IDEMPOTENT",
    >

    Is this method side-effect-free (or safe in HTTP parlance), or idempotent, or neither? HTTP based RPC implementation may choose GET verb for safe methods, and PUT verb for idempotent methods instead of the default POST.