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