[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
Source position: googlecompute.pp line 4278
type TQuota = class(TGoogleBaseObject) |
protected |
procedure Setlimit(); virtual; |
procedure Setmetric(); virtual; |
procedure Setusage(); virtual; |
published |
property limit: Double; [rw] |
property metric: string; [rw] |
property usage: Double; [rw] |
end; |
| |
| |
TObject |