UpdateShapePropertiesRequest constructor
      
      UpdateShapePropertiesRequest({ 
    
    
- String? fields,
- String? objectId,
- ShapeProperties? shapeProperties,
Implementation
UpdateShapePropertiesRequest({
  this.fields,
  this.objectId,
  this.shapeProperties,
});