UpdateShapePropertiesRequest constructor

UpdateShapePropertiesRequest({
  1. String? fields,
  2. String? objectId,
  3. ShapeProperties? shapeProperties,
})

Implementation

UpdateShapePropertiesRequest({
  this.fields,
  this.objectId,
  this.shapeProperties,
});