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