entitlementUnavailableMessage property

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

If this node is not accessible due to Entitlements (for instance, you don't own the required game expansion), this is the message to show.

Implementation

@JsonKey(name:'entitlementUnavailableMessage')
String? entitlementUnavailableMessage;