module property
Represents the module of the access.
Implementation
set userId(String? value);/// Represents the module of the access.
@JsonKey(unknownEnumValue: AccessModule.unknown) AccessModule get module;
Represents the module of the access.
Implementation
@JsonKey(unknownEnumValue: AccessModule.unknown) AccessModule get module;/// Represents the module of the access.
@JsonKey(unknownEnumValue: AccessModule.unknown) set module(AccessModule value);