placeHash property

  1. @JsonKey(name: 'placeHash')
int? placeHash
getter/setter pair

The hash identifier for the "Place" on which this Activity is played. Use it to look up the DestinyPlaceDefinition for human readable info about the Place. A Place is the largest-scoped concept for location information. For instance, if the "Place" is Earth, the "Destination" would be a specific city or region on Earth.

Implementation

@JsonKey(name:'placeHash')
int? placeHash;