fieldModifications = $fieldModifications; } /** * @return LabelFieldModification[] */ public function getFieldModifications() { return $this->fieldModifications; } /** * @param string */ public function setKind($kind) { $this->kind = $kind; } /** * @return string */ public function getKind() { return $this->kind; } /** * @param string */ public function setLabelId($labelId) { $this->labelId = $labelId; } /** * @return string */ public function getLabelId() { return $this->labelId; } /** * @param bool */ public function setRemoveLabel($removeLabel) { $this->removeLabel = $removeLabel; } /** * @return bool */ public function getRemoveLabel() { return $this->removeLabel; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(LabelModification::class, 'Google_Service_Drive_LabelModification');