View Source GoogleApi.Integrations.V1.Model.GoogleCloudIntegrationsV1alphaCreateCloudFunctionRequest (google_api_integrations v0.14.0)

Request for Creating Cloud Function rpc call.

Attributes

  • functionName (type: String.t, default: nil) - The function name of CF to be created
  • functionRegion (type: String.t, default: nil) - The function region of CF to be created
  • projectId (type: String.t, default: nil) - Indicates the id of the GCP project that the function will be created in.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() ::
  %GoogleApi.Integrations.V1.Model.GoogleCloudIntegrationsV1alphaCreateCloudFunctionRequest{
    functionName: String.t() | nil,
    functionRegion: String.t() | nil,
    projectId: String.t() | nil
  }

Functions

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.