commit_hash property

  1. @JsonKey.new(name: 'commit_hash')
String? commit_hash
getter/setter pair

Hash of the deployment trigger commit.

Example: ad9ccd918a81025731e10e40267e11273a263421

Implementation

@JsonKey(name: 'commit_hash')
late String? commit_hash;