UpdatePagePropertiesRequest constructor
UpdatePagePropertiesRequest({
- String? fields,
- String? objectId,
- PageProperties? pageProperties,
Implementation
UpdatePagePropertiesRequest({
this.fields,
this.objectId,
this.pageProperties,
});