Feed
Object Hierarchy:
Description:
[
CCode ( type_id =
"gdata_feed_get_type ()" ) ]
public class Feed :
Parsable
All the fields in the Feed structure are private and should never be accessed directly.
Content:
Properties:
- public string etag { get; }
The unique ETag for this version of the feed.
- public Generator generator { get; }
Details of the software used to generate the feed.
- public string icon { get; }
The URI of an icon for the feed.
- public string id { get; }
The unique and permanent URN ID for the feed.
- public uint items_per_page { get; }
The number of items per results page feed.
- public string logo { get; }
The URI of a logo for the feed.
- public string next_page_token { get; }
The next page token for feeds.
- public string rights { get; }
The ownership rights pertaining to the entire feed.
- public uint start_index { get; }
The one-based index of the first item in the results feed.
- public string subtitle { get; }
The subtitle of the feed.
- public string title { get; }
The title of the feed.
- public uint total_results { get; }
The number of items in the result set for the feed, including those on
other pages.
- public int64 updated { get; }
The time the feed was last updated.
Creation methods:
Methods:
Inherited Members:
All known members inherited from class GData.Parsable
All known members inherited from class GLib.Object