Source position: googledfareporting.pp line 8580
type TProjectsListOptions = record
advertiserIds: Int64;
ids: Int64;
maxResults: Integer;
pageToken: string;
searchString: string;
sortField: string;
sortOrder: string;
end;