Contains information about a RC module.
Required
@property (nonatomic, strong, nullable) NSString *moduleId;
var moduleId: String? { get set }
Location of a module. Optional
@property (nonatomic, strong, nullable) SDLGrid *location;
var location: SDLGrid? { get set }
Service area of a module. Optional
@property (nonatomic, strong, nullable) SDLGrid *serviceArea;
var serviceArea: SDLGrid? { get set }
Allow multiple users/apps to access the module or not
Optional, Boolean
@property (nonatomic, strong, nullable) NSNumber<SDLBool> *allowMultipleAccess;
var allowMultipleAccess: (NSNumber & SDLBool)? { get set }