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