Source position: googleblogger.pp line 1094
type TCommentsListByBlogOptions = record
endDate: TDatetime;
fetchBodies: Boolean;
maxResults: Integer;
pageToken: string;
startDate: TDatetime;
status: string;
end;