GoogleCloudDataplexV1MetadataFeedFilters.fromJson constructor
GoogleCloudDataplexV1MetadataFeedFilters.fromJson(
- Map json_
Implementation
GoogleCloudDataplexV1MetadataFeedFilters.fromJson(core.Map json_)
: this(
aspectTypes: (json_['aspectTypes'] as core.List?)
?.map((value) => value as core.String)
.toList(),
changeTypes: (json_['changeTypes'] as core.List?)
?.map((value) => value as core.String)
.toList(),
entryTypes: (json_['entryTypes'] as core.List?)
?.map((value) => value as core.String)
.toList(),
);