GoogleCloudIntegrationsV1alphaUploadTestCaseRequest.fromJson constructor

GoogleCloudIntegrationsV1alphaUploadTestCaseRequest.fromJson(
  1. Map json_
)

Implementation

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