Class google.gdata.analytics.TableId
Object
|
+--google.gdata.analytics.TableId
- class
google.gdata.analytics.TableId
Identifier to be used in ids query string parameter.
Defined in gdata.js
Field Summary |
{string|undefined} |
$t
Value. |
Constructor Summary |
google.gdata.analytics.TableId(<Object> opt_params)
Constructs a data source ID using an object parameter whose property names
match the setter method to use for each property.
|
Method Summary |
string|undefined
|
getValue()
Returns the value.
|
void
|
setValue(<string|undefined> value)
Sets the value.
|
$t
{string|undefined} $t
Value. This attribute is optional.
google.gdata.analytics.TableId
google.gdata.analytics.TableId(<Object> opt_params)
Constructs a data source ID using an object parameter whose property names
match the setter method to use for each property.
Parameters:
opt_params
- Optional parameters, each of which is used as the sole parameter to the associated setter method: value.
getValue
string|undefined getValue()
Returns the value. This attribute is optional.
Returns:
Value or undefined for none.
setValue
void setValue(<string|undefined> value)
Sets the value. This attribute is optional.
Parameters:
value
- Value or undefined for none.
Documentation generated by
JSDoc on Mon Apr 20 21:27:27 2009