id = $id; } /** * @return string */ public function getId() { return $this->id; } /** * @param GoogleAppsDriveLabelsV2FieldProperties */ public function setProperties(GoogleAppsDriveLabelsV2FieldProperties $properties) { $this->properties = $properties; } /** * @return GoogleAppsDriveLabelsV2FieldProperties */ 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(GoogleAppsDriveLabelsV2DeltaUpdateLabelRequestUpdateFieldPropertiesRequest::class, 'Google_Service_DriveLabels_GoogleAppsDriveLabelsV2DeltaUpdateLabelRequestUpdateFieldPropertiesRequest');