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