GoogleCloudDatacatalogV1VertexModelSourceInfo.fromJson constructor

GoogleCloudDatacatalogV1VertexModelSourceInfo.fromJson(
  1. Map json_
)

Implementation

GoogleCloudDatacatalogV1VertexModelSourceInfo.fromJson(core.Map json_)
    : this(
        copy: json_.containsKey('copy') ? json_['copy'] as core.bool : null,
        sourceType: json_.containsKey('sourceType')
            ? json_['sourceType'] as core.String
            : null,
      );