toJson method

Map<String, dynamic> toJson()

Implementation

core.Map<core.String, core.dynamic> toJson() {
  final deployedModelId = this.deployedModelId;
  final httpBody = this.httpBody;
  return {'deployedModelId': ?deployedModelId, 'httpBody': ?httpBody};
}