BatchUpdateFormRequest constructor
BatchUpdateFormRequest({
- bool? includeFormInResponse,
- List<
Request> ? requests, - WriteControl? writeControl,
Implementation
BatchUpdateFormRequest({
this.includeFormInResponse,
this.requests,
this.writeControl,
});