DestinationFeatureSetting

Fields
featureId string

Required. The id of the feature to apply the setting to.

destinationField string

Specify the field name in the export destination. If not specified, feature id is used.

JSON representation
{
  "featureId": string,
  "destinationField": string
}