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