SecurityHealthAnalyticsModule.fromJson constructor

SecurityHealthAnalyticsModule.fromJson(
  1. Map json_
)

Implementation

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