When encounter access problem to an object’s property, you can Transfer object to array $obj_arr=$obj->toArray(); Access the member $Status =
Month: April 2021
Useful MySQL Posts
An Overview of using algorithm setting to modify MySQL table MySQL data definition language Operations
Twilio Flex Insight
Data Model A complete list of attributes Insights extracts attributes from the following events: reservation.created reservation.rejected reservation.timeout reservation.canceled reservation.rescinded reservation.completed
Twilio Flex Set Worker Attribute
Example of setting custom worker attribute in Twilio Flex if (Flex.Manager.workerClient.attributes){ let preAttributes = manager.workerClient.attributes; preAttributes.test1 = “value1”; preAttributes.test2 =
Frequently Used Git Commands
git reset –hard origin/branch Reset current content to remote branch git reflog List a history of all commit HEAD points