// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package target // These constants are the field names used in the target field mask const ( nameField = "Name" descriptionField = "Description" valueField = "Value" destinationIdField = "DestinationId" hostIdField = "HostId" )