[ Index ] |
PHP Cross Reference of Phabricator |
[Summary view] [Print] [Text view]
1 <?php 2 3 /** 4 * A single Credential 5 * 6 * .. php:attr:: date_created 7 * 8 * The date the Credential was created 9 * 10 * .. php:attr:: date_updated 11 * 12 * The date the Credential was updated 13 * 14 * .. php:attr:: sid 15 * 16 * A 34 character string that identifies this object 17 * 18 * .. php:attr:: account_sid 19 * 20 * The account that created this credential 21 * 22 * .. php:attr:: username 23 * 24 * The username of this Credential object 25 * 26 * .. php:attr:: uri 27 * 28 * The uri of this Credential object 29 */ 30 class Services_Twilio_Rest_Credential extends Services_Twilio_InstanceResource { }
title
Description
Body
title
Description
Body
title
Description
Body
title
Body
Generated: Sun Nov 30 09:20:46 2014 | Cross-referenced by PHPXref 0.7.1 |