core.Map<core.String, core.dynamic> toJson() => { if (maxResults != null) 'maxResults': maxResults!, if (model != null) 'model': model!, if (type != null) 'type': type!, };