UpdatePagePropertiesRequest constructor

UpdatePagePropertiesRequest({
  1. String? fields,
  2. String? objectId,
  3. PageProperties? pageProperties,
})

Implementation

UpdatePagePropertiesRequest({
  this.fields,
  this.objectId,
  this.pageProperties,
});