Source position: googleblogger.pp line 1277
type TPostsListOptions = record |
endDate: TDatetime; |
fetchBodies: Boolean; |
fetchImages: Boolean; |
labels: string; |
maxResults: Integer; |
orderBy: string; |
pageToken: string; |
startDate: TDatetime; |
status: string; |
view: string; |
end; |