friendlyName property
If the milestone has a friendly identifier for association with other features - such as Recruiting - that identifier can be found here. This is "friendly" in that it looks better in a URL than whatever the identifier for the Milestone actually is.
Implementation
@JsonKey(name:'friendlyName')
String? friendlyName;