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