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