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