Documentation class

documentation block (max=1) — notification-side context: content body, subject line, and optional playbook / runbook links.

Constructors

Documentation({TfArg<String>? content, TfArg<String>? mimeType, TfArg<String>? subject, List<DocumentationLink>? links})
const

Properties

content → TfArg<String>?
final
hashCode int
The hash code for this object.
no setterinherited
final
mimeType → TfArg<String>?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
subject → TfArg<String>?
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toArgMap() Map<String, Object?>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited