GoogleCloudSecuritycenterV1EffectiveSecurityHealthAnalyticsCustomModule.fromJson constructor
GoogleCloudSecuritycenterV1EffectiveSecurityHealthAnalyticsCustomModule.fromJson(
- Map json_
Implementation
GoogleCloudSecuritycenterV1EffectiveSecurityHealthAnalyticsCustomModule.fromJson(
core.Map json_,
) : this(
cloudProvider: json_['cloudProvider'] as core.String?,
customConfig:
json_.containsKey('customConfig')
? GoogleCloudSecuritycenterV1CustomConfig.fromJson(
json_['customConfig'] as core.Map<core.String, core.dynamic>,
)
: null,
displayName: json_['displayName'] as core.String?,
enablementState: json_['enablementState'] as core.String?,
name: json_['name'] as core.String?,
);