disabledPolicy = $disabledPolicy; } /** * @return GoogleAppsDriveLabelsV2LifecycleDisabledPolicy */ public function getDisabledPolicy() { return $this->disabledPolicy; } /** * @param string */ public function setFieldId($fieldId) { $this->fieldId = $fieldId; } /** * @return string */ public function getFieldId() { return $this->fieldId; } /** * @param string */ public function setId($id) { $this->id = $id; } /** * @return string */ public function getId() { return $this->id; } /** * @param string */ public function setUpdateMask($updateMask) { $this->updateMask = $updateMask; } /** * @return string */ public function getUpdateMask() { return $this->updateMask; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GoogleAppsDriveLabelsV2DeltaUpdateLabelRequestDisableSelectionChoiceRequest::class, 'Google_Service_DriveLabels_GoogleAppsDriveLabelsV2DeltaUpdateLabelRequestDisableSelectionChoiceRequest');