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