AutomatedReasoningPolicySourceDocument
Represents a source document that was processed during a build workflow. Contains the document content, metadata, and a hash for verification.
Types
Properties
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
inline fun copy(block: AutomatedReasoningPolicySourceDocument.Builder.() -> Unit = {}): AutomatedReasoningPolicySourceDocument