[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
Source position: googletagmanager.pp line 684
type TMacro = class(TGoogleBaseObject) |
protected |
class function ExportPropertyName(); override; |
procedure SetaccountId(); virtual; |
procedure SetcontainerId(); virtual; |
procedure SetdisablingRuleId(); virtual; |
procedure SetenablingRuleId(); virtual; |
procedure Setfingerprint(); virtual; |
procedure SetmacroId(); virtual; |
procedure Setname(); virtual; |
procedure Setnotes(); virtual; |
procedure Setparameter(); virtual; |
procedure SetparentFolderId(); virtual; |
procedure SetscheduleEndMs(); virtual; |
procedure SetscheduleStartMs(); virtual; |
procedure Set_type(); virtual; |
published |
property accountId: string; [rw] |
property containerId: string; [rw] |
property disablingRuleId: TStringArray; [rw] |
property enablingRuleId: TStringArray; [rw] |
property fingerprint: string; [rw] |
property macroId: string; [rw] |
property name: string; [rw] |
property notes: string; [rw] |
property parameter: TMacroTypeparameterArray; [rw] |
property parentFolderId: string; [rw] |
property scheduleEndMs: string; [rw] |
property scheduleStartMs: string; [rw] |
property _type: string; [rw] |
end; |
| |
| |
TObject |