GoogleCloudIntegrationsV1alphaCreateAppsScriptProjectRequest.fromJson constructor

GoogleCloudIntegrationsV1alphaCreateAppsScriptProjectRequest.fromJson(
  1. Map json_
)

Implementation

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