[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
Source position: googlecompute.pp line 1985
type THostRule = class(TGoogleBaseObject) |
protected |
procedure Setdescription(); virtual; |
procedure Sethosts(); virtual; |
procedure SetpathMatcher(); virtual; |
published |
property description: string; [rw] |
property hosts: TStringArray; [rw] |
property pathMatcher: string; [rw] |
end; |
| |
| |
TObject |