View Source GoogleApi.CloudFunctions.V2.Model.ListRuntimesResponse (google_api_cloud_functions v0.37.0)

Response for the ListRuntimes method.

Attributes

  • runtimes (type: list(GoogleApi.CloudFunctions.V2.Model.Runtime.t), default: nil) - The runtimes that match the request.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.CloudFunctions.V2.Model.ListRuntimesResponse{
  runtimes: [GoogleApi.CloudFunctions.V2.Model.Runtime.t()] | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.