GoogleCloudSecuritycenterV1SecurityHealthAnalyticsCustomModule.fromJson constructor
GoogleCloudSecuritycenterV1SecurityHealthAnalyticsCustomModule.fromJson(
- Map json_
Implementation
GoogleCloudSecuritycenterV1SecurityHealthAnalyticsCustomModule.fromJson(
core.Map json_)
: this(
ancestorModule: json_['ancestorModule'] as core.String?,
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?,
lastEditor: json_['lastEditor'] as core.String?,
name: json_['name'] as core.String?,
updateTime: json_['updateTime'] as core.String?,
);