GoogleCloudApigeeV1SecuritySettings.fromJson constructor

GoogleCloudApigeeV1SecuritySettings.fromJson(
  1. Map json_
)

Implementation

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