Response to GetInteriorVehicleDataConsent
@since RPC 6.0
This array has the same size as “moduleIds” in the request; each element corresponding to one moduleId “true” - if SDL grants the permission for the requested module “false” - SDL denies the permission for the requested module.
Optional, contains a boolean
@property (nonatomic, strong, nullable) NSArray<NSNumber *> *allowed;
var allowed: [NSNumber]? { get set }