StructValueArray
Returns an array of all values of top level keys in a struct
Method Signature
Arguments
Argument
Type
Required
Description
Default
struct
struct
true
The target struct from which to retrieve values
Examples
Traditional function
Result: [200, 201, 304, 400, 404]
Additional Examples
Related
Last updated
Was this helpful?