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