GoogleCloudIntegrationsV1alphaLinkAppsScriptProjectResponse.fromJson constructor

GoogleCloudIntegrationsV1alphaLinkAppsScriptProjectResponse.fromJson(
  1. Map json_
)

Implementation

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