GuardrailModelSafetySafetySetting.fromJson constructor
GuardrailModelSafetySafetySetting.fromJson(
- Map json_
Implementation
GuardrailModelSafetySafetySetting.fromJson(core.Map json_)
: this(
category: json_['category'] as core.String?,
threshold: json_['threshold'] as core.String?,
);