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 GoogleAppsDriveLabelsV2FieldSelectionOptionsChoiceProperties */ public function setProperties(GoogleAppsDriveLabelsV2FieldSelectionOptionsChoiceProperties $properties) { $this->properties = $properties; } /** * @return GoogleAppsDriveLabelsV2FieldSelectionOptionsChoiceProperties */ public function getProperties() { return $this->properties; } /** * @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(GoogleAppsDriveLabelsV2DeltaUpdateLabelRequestUpdateSelectionChoicePropertiesRequest::class, 'Google_Service_DriveLabels_GoogleAppsDriveLabelsV2DeltaUpdateLabelRequestUpdateSelectionChoicePropertiesRequest');