Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
PFCloudScriptListFunctionsRequest data model. A title can have many functions, ListHttpFunctions will return a list of all the currently registered HTTP triggered functions for a given title.
Syntax
typedef struct PFCloudScriptListFunctionsRequest {
PFStringDictionaryEntry const* customTags;
uint32_t customTagsCount;
} PFCloudScriptListFunctionsRequest;
Members
customTags PFStringDictionaryEntry const*
may be nullptr
(Optional) The optional custom tags associated with the request (e.g. build number, external trace identifiers, etc.).
customTagsCount uint32_t
Count of customTags
Requirements
Header: PFCloudScriptTypes.h