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