cancellationMarkdown property

  1. @TagNumber(33)
String cancellationMarkdown

Markdown reasoning for cancelling the build. Human readable and should be following https://spec.commonmark.org/0.28/.

Implementation

@$pb.TagNumber(33)
$core.String get cancellationMarkdown => $_getSZ(28);
  1. @TagNumber(33)
void cancellationMarkdown=(String v)

Implementation

@$pb.TagNumber(33)
set cancellationMarkdown($core.String v) {
  $_setString(28, v);
}