toJson method

Map<String, dynamic> toJson()

Implementation

core.Map<core.String, core.dynamic> toJson() => {
      if (dataCatalogEntry != null) 'dataCatalogEntry': dataCatalogEntry!,
      if (fullyQualifiedName != null)
        'fullyQualifiedName': fullyQualifiedName!,
      if (googleCloudResource != null)
        'googleCloudResource': googleCloudResource!,
      if (system != null) 'system': system!,
    };