UpdateLinePropertiesRequest constructor
UpdateLinePropertiesRequest({
- String? fields,
- LineProperties? lineProperties,
- String? objectId,
Implementation
UpdateLinePropertiesRequest({
this.fields,
this.lineProperties,
this.objectId,
});