toJson method

Map<String, dynamic> toJson()

Implementation

core.Map<core.String, core.dynamic> toJson() {
  final dataCatalogEntry = this.dataCatalogEntry;
  final fullyQualifiedName = this.fullyQualifiedName;
  final googleCloudResource = this.googleCloudResource;
  final system = this.system;
  return {
    'dataCatalogEntry': ?dataCatalogEntry,
    'fullyQualifiedName': ?fullyQualifiedName,
    'googleCloudResource': ?googleCloudResource,
    'system': ?system,
  };
}