GoogleCloudIntegrationsV1alphaDownloadExecutionResponse.fromJson constructor
GoogleCloudIntegrationsV1alphaDownloadExecutionResponse.fromJson(
- Map json_
Implementation
GoogleCloudIntegrationsV1alphaDownloadExecutionResponse.fromJson(
core.Map json_)
: this(
content: json_.containsKey('content')
? json_['content'] as core.String
: null,
);