GoogleCloudIntegrationsV1alphaLinkAppsScriptProjectRequest.fromJson constructor

GoogleCloudIntegrationsV1alphaLinkAppsScriptProjectRequest.fromJson(
  1. Map json_
)

Implementation

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