GoogleCloudApigeeV1SecurityActionsConfig.fromJson constructor
GoogleCloudApigeeV1SecurityActionsConfig.fromJson(
- Map json_
Implementation
GoogleCloudApigeeV1SecurityActionsConfig.fromJson(core.Map json_)
: this(
enabled: json_.containsKey('enabled')
? json_['enabled'] as core.bool
: null,
name: json_.containsKey('name') ? json_['name'] as core.String : null,
updateTime: json_.containsKey('updateTime')
? json_['updateTime'] as core.String
: null,
);