[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
Source position: googledatastore.pp line 196
type TCommitRequest = class(TGoogleBaseObject) |
protected |
procedure Settransaction(); virtual; |
procedure Setmutations(); virtual; |
procedure Setmode(); virtual; |
published |
property transaction: string; [rw] |
property mutations: TCommitRequestTypemutationsArray; [rw] |
property mode: string; [rw] |
end; |
| |
| |
TObject |