commit_hash property
Hash of the deployment trigger commit.
Example: ad9ccd918a81025731e10e40267e11273a263421
Implementation
@JsonKey(name: 'commit_hash')
late String? commit_hash;
Hash of the deployment trigger commit.
Example: ad9ccd918a81025731e10e40267e11273a263421
@JsonKey(name: 'commit_hash')
late String? commit_hash;