requirements property

  1. @JsonKey(name: 'requirements')
DestinyPresentationNodeRequirementsBlock? requirements
getter/setter pair

Presentation nodes can be restricted by various requirements. This defines the rules of those requirements, and the message(s) to be shown if these requirements aren't met.

Implementation

@JsonKey(name:'requirements')
DestinyPresentationNodeRequirementsBlock? requirements;