SecurityHealthAnalyticsModule.fromJson constructor
SecurityHealthAnalyticsModule.fromJson(
- Map json_
Implementation
SecurityHealthAnalyticsModule.fromJson(core.Map json_)
: this(
moduleEnablementState: json_['moduleEnablementState'] as core.String?,
moduleName: json_['moduleName'] as core.String?,
);