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