The id of the account to use. The value must be an Id
OptionalcreateA map of a creation id (a temporary id set by the client) to Foo objects,
or null if no objects are to be created.
OptionaldestroyA list of ids for objects to permanently delete, or null if no objects are to be destroyed.
OptionalifThis is a state string as returned by the /get method
(representing the state of all objects of this type in the account).
OptionalupdateA map of an id to a Patch object to apply to the current object with that id,
or null if no objects are to be updated.
The standard arguments for creating, updating, and destroying objects via a
/setcallType Param: T
The interface of the object specifying invocation arguments for the
createobject.