Joe Gregorio | 761c456 | 2011-10-28 14:36:24 -0400 | [diff] [blame] | 1 | |
| 2 | <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> |
| 3 | <html><head><title>Python: class Resource</title> |
| 4 | </head><body bgcolor="#f0f0f8"> |
| 5 | <p> |
| 6 | <table width="100%" cellspacing=0 cellpadding=2 border=0 summary="section"> |
| 7 | <tr bgcolor="#ffc8d8"> |
| 8 | <td colspan=3 valign=bottom> <br> |
| 9 | <font color="#000000" face="helvetica, arial"><a name="Resource">class <strong>Resource</strong></a>(<a href="__builtin__.html#object">__builtin__.object</a>)</font></td></tr> |
| 10 | |
| 11 | <tr bgcolor="#ffc8d8"><td rowspan=2><tt> </tt></td> |
| 12 | <td colspan=2><tt>A class for interacting with a resource.<br> </tt></td></tr> |
| 13 | <tr><td> </td> |
| 14 | <td width="100%">Methods defined here:<br> |
| 15 | <dl><dt><a name="Resource-__init__"><strong>__init__</strong></a>(self)</dt></dl> |
| 16 | |
| 17 | <dl><dt><a name="Resource-list"><strong>list</strong></a> = method(self, **kwargs)</dt><dd><tt>Retrieves a list of traffic.<br> |
| 18 | <br> |
| 19 | Args:<br> |
| 20 | begin: string, Time to begin the list of traffic after (exclusive).<br> |
| 21 | end: string, Time to end the list of traffic at (inclusive).<br> |
| 22 | region: string, Region to list traffic for.<br> |
Joe Gregorio | b417caf | 2011-12-08 12:04:24 -0500 | [diff] [blame] | 23 | product: string, Product to list traffic for.<br> |
| 24 | <br> |
| 25 | Returns:<br> |
| 26 | An object of the form<br> |
| 27 | <br> |
| 28 | {<br> |
| 29 | "items": [ # The children on this item, uses a "loop" command to process the list.<br> |
| 30 | {<br> |
| 31 | "region": "A String", # Region this traffic was in.<br> |
| 32 | "kind": "transparencyreport#traffic", # The kind of item this is.<br> |
| 33 | "traffic": 3.140000, # Amount of this traffic.<br> |
| 34 | "product": "A String", # Product this traffic was for.<br> |
| 35 | "timestampSeconds": "A String", # Timestamp in seconds since the epoch (UTC).<br> |
| 36 | },<br> |
| 37 | ],<br> |
| 38 | "kind": "transparencyreport#trafficFeed", # The kind of item this is.<br> |
| 39 | }</tt></dd></dl> |
Joe Gregorio | 761c456 | 2011-10-28 14:36:24 -0400 | [diff] [blame] | 40 | |
| 41 | <hr> |
| 42 | Data descriptors defined here:<br> |
| 43 | <dl><dt><strong>__dict__</strong></dt> |
| 44 | <dd><tt>dictionary for instance variables (if defined)</tt></dd> |
| 45 | </dl> |
| 46 | <dl><dt><strong>__weakref__</strong></dt> |
| 47 | <dd><tt>list of weak references to the object (if defined)</tt></dd> |
| 48 | </dl> |
| 49 | </td></tr></table> |
| 50 | </body></html> |