GoogleCloudAiplatformV1IdMatcher.fromJson constructor
GoogleCloudAiplatformV1IdMatcher.fromJson(
- Map json_
Implementation
GoogleCloudAiplatformV1IdMatcher.fromJson(core.Map json_)
: this(
ids: json_.containsKey('ids')
? (json_['ids'] as core.List)
.map((value) => value as core.String)
.toList()
: null,
);