Unit 'googleblogger' Package
[Overview][Types][Classes][Index] [#lz_googleapi]

TPostsListOptions

Declaration

Source position: googleblogger.pp line 1283

type TPostsListOptions = record

  endDate: TDatetime;

  

  fetchBodies: Boolean;

  

  fetchImages: Boolean;

  

  labels: string;

  

  maxResults: Integer;

  

  orderBy: string;

  

  pageToken: string;

  

  startDate: TDatetime;

  

  status: string;

  

  view: string;

  

end;



CT Web help

CodeTyphon Studio