GoogleCloudIntegrationsV1alphaCreateAppsScriptProjectResponse.fromJson constructor

GoogleCloudIntegrationsV1alphaCreateAppsScriptProjectResponse.fromJson(
  1. Map json_
)

Implementation

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