GoogleCloudDialogflowV2ValidationError.fromJson constructor
GoogleCloudDialogflowV2ValidationError.fromJson(
- Map json_
Implementation
GoogleCloudDialogflowV2ValidationError.fromJson(core.Map json_)
: this(
entries: (json_['entries'] as core.List?)
?.map((value) => value as core.String)
.toList(),
errorMessage: json_['errorMessage'] as core.String?,
severity: json_['severity'] as core.String?,
);