AutomatedReasoningPolicySourceDocument

Represents a source document that was processed during a build workflow. Contains the document content, metadata, and a hash for verification.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The raw content of the source document as a binary blob.

Link copied to clipboard

The MIME type of the document (e.g., application/pdf, text/plain).

Link copied to clipboard

An optional description providing context about the document's content and purpose.

Link copied to clipboard

A SHA-256 hash of the document content, used for verification and integrity checking.

Link copied to clipboard

The name of the source document for identification purposes.

Functions

Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String