UpdateDocumentStyleRequest constructor
UpdateDocumentStyleRequest({
- DocumentStyle? documentStyle,
- String? fields,
- String? tabId,
Implementation
UpdateDocumentStyleRequest({
this.documentStyle,
this.fields,
this.tabId,
});