Object
|
+--google.gdata.mediarss.MediaKeywords
- class
google.gdata.mediarss.MediaKeywords
Describes a media keywords.
Defined in gdata.js
Field Summary |
{String|undefined} |
$t
Highly relevant keywords describing the media object. |
Constructor Summary |
google.gdata.mediarss.MediaKeywords(<Object> opt_params)
Constructs a media keywords using an object parameter whose property names
match the setter method to use for each property.
|
Method Summary |
String|undefined
|
getContent()
Returns the highly relevant keywords describing the media object.
|
void
|
setContent(<String|undefined> content)
Sets the highly relevant keywords describing the media object.
|
$t
{String|undefined} $t
Highly relevant keywords describing the media object. This attribute is
optional.
google.gdata.mediarss.MediaKeywords(<Object> opt_params)
Constructs a media keywords 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: content
getContent
String|undefined getContent()
Returns the highly relevant keywords describing the media object. This
attribute is optional.
Returns:
Highly relevant keywords describing the media object or undefined for none
setContent
void setContent(<String|undefined> content)
Sets the highly relevant keywords describing the media object. This
attribute is optional.
Parameters:
content
- Highly relevant keywords describing the media object or undefined for none
Documentation generated by
JSDoc on Tue Oct 14 17:57:25 2008