[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
Source position: googledoubleclickbidmanager.pp line 306
type TQueryMetadata = class(TGoogleBaseObject) |
protected |
procedure SetdataRange(); virtual; |
procedure Setformat(); virtual; |
procedure SetgoogleCloudStoragePathForLatestReport(); virtual; |
procedure SetgoogleDrivePathForLatestReport(); virtual; |
procedure SetlatestReportRunTimeMs(); virtual; |
procedure Setlocale(); virtual; |
procedure SetreportCount(); virtual; |
procedure Setrunning(); virtual; |
procedure SetsendNotification(); virtual; |
procedure SetshareEmailAddress(); virtual; |
procedure Settitle(); virtual; |
published |
property dataRange: string; [rw] |
property format: string; [rw] |
property googleCloudStoragePathForLatestReport: string; [rw] |
property googleDrivePathForLatestReport: string; [rw] |
property latestReportRunTimeMs: string; [rw] |
property locale: string; [rw] |
property reportCount: Integer; [rw] |
property running: Boolean; [rw] |
property sendNotification: Boolean; [rw] |
property shareEmailAddress: TStringArray; [rw] |
property title: string; [rw] |
end; |
| |
| |
TObject |