UpdatePageElementAltTextRequest constructor

UpdatePageElementAltTextRequest({
  1. String? description,
  2. String? objectId,
  3. String? title,
})

Implementation

UpdatePageElementAltTextRequest({
  this.description,
  this.objectId,
  this.title,
});