toJson method

Map<String, dynamic> toJson()

Implementation

core.Map<core.String, core.dynamic> toJson() => {
      if (apis != null) 'apis': apis!,
      if (authentication != null) 'authentication': authentication!,
      if (documentation != null) 'documentation': documentation!,
      if (endpoints != null) 'endpoints': endpoints!,
      if (monitoredResources != null)
        'monitoredResources': monitoredResources!,
      if (monitoring != null) 'monitoring': monitoring!,
      if (name != null) 'name': name!,
      if (quota != null) 'quota': quota!,
      if (title != null) 'title': title!,
      if (usage != null) 'usage': usage!,
    };