GoogleCloudIntegrationsV1alphaUploadIntegrationVersionResponse.fromJson constructor
GoogleCloudIntegrationsV1alphaUploadIntegrationVersionResponse.fromJson(
- Map json_
Implementation
GoogleCloudIntegrationsV1alphaUploadIntegrationVersionResponse.fromJson(
core.Map json_,
) : this(
integrationVersion:
json_.containsKey('integrationVersion')
? GoogleCloudIntegrationsV1alphaIntegrationVersion.fromJson(
json_['integrationVersion']
as core.Map<core.String, core.dynamic>,
)
: null,
);