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