GoogleCloudDatacatalogLineageConfigmanagementV1ConfigIngestion.fromJson constructor
GoogleCloudDatacatalogLineageConfigmanagementV1ConfigIngestion.fromJson(
- Map json_
Implementation
GoogleCloudDatacatalogLineageConfigmanagementV1ConfigIngestion.fromJson(
core.Map json_,
) : this(
rules: (json_['rules'] as core.List?)
?.map(
(value) =>
GoogleCloudDatacatalogLineageConfigmanagementV1ConfigIngestionIngestionRule.fromJson(
value as core.Map<core.String, core.dynamic>,
),
)
.toList(),
);