StructKeyArray
Get keys of a struct as an array
Method Signature
Arguments
Argument
Type
Required
Description
Default
structure
struct
true
Examples
Traditional function
Result: [NOT_FOUND, BAD_REQUEST, CREATED, OK, NOT_MODIFIED]
Using Member Function
Retrieve a comma separated list of keys using the member function
Result: [NOT_FOUND, BAD_REQUEST, CREATED, OK, NOT_MODIFIED]
Additional Examples
Related
Last updated
Was this helpful?