View Source GoogleApi.CloudFunctions.V1.Model.HttpsTrigger (google_api_cloud_functions v0.37.0)

Describes HttpsTrigger, could be used to connect web hooks to function.

Attributes

  • securityLevel (type: String.t, default: nil) - The security level for the function.
  • url (type: String.t, default: nil) - Output only. The deployed url for the function.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.CloudFunctions.V1.Model.HttpsTrigger{
  securityLevel: String.t() | nil,
  url: String.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.