View Source GoogleApi.Integrations.V1.Model.GoogleCloudIntegrationsV1alphaCreateAppsScriptProjectRequest (google_api_integrations v0.4.0)

Request for CreateAppsScriptProject rpc call.

Attributes

  • appsScriptProject (type: String.t, default: nil) - The name of the Apps Script project to be created.
  • authConfigId (type: String.t, default: nil) - The auth config id necessary to fetch the necessary credentials to create the project for external clients

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() ::
  %GoogleApi.Integrations.V1.Model.GoogleCloudIntegrationsV1alphaCreateAppsScriptProjectRequest{
    appsScriptProject: String.t() | nil,
    authConfigId: String.t() | nil
  }

Functions

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.