GoogleCloudIntegrationsV1alphaCreateAppsScriptProjectRequest.fromJson constructor
GoogleCloudIntegrationsV1alphaCreateAppsScriptProjectRequest.fromJson(
- Map json_
Implementation
GoogleCloudIntegrationsV1alphaCreateAppsScriptProjectRequest.fromJson(
core.Map json_,
) : this(
appsScriptProject: json_['appsScriptProject'] as core.String?,
authConfigId: json_['authConfigId'] as core.String?,
);