View Source GoogleApi.CloudFunctions.V2.Model.ListFunctionsResponse (google_api_cloud_functions v0.41.1)
Response for the ListFunctions method.
Attributes
-
functions(type:list(GoogleApi.CloudFunctions.V2.Model.Function.t), default:nil) - The functions that match the request. -
nextPageToken(type:String.t, default:nil) - A token, which can be sent aspage_tokento retrieve the next page. If this field is omitted, there are no subsequent pages. -
unreachable(type:list(String.t), default:nil) - Locations that could not be reached. The response does not include any functions from these locations.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.CloudFunctions.V2.Model.ListFunctionsResponse{ functions: [GoogleApi.CloudFunctions.V2.Model.Function.t()] | nil, nextPageToken: String.t() | nil, unreachable: [String.t()] | nil }
Functions
Unwrap a decoded JSON object into its complex fields.