ConfigureCustomerLifecycleGoalsRequest

  • The request message for CustomerLifecycleGoalService.configureCustomerLifecycleGoals requires a customer_id, an operation, and optionally accepts validate_only.

  • customer_id is a required string representing the ID of the customer performing the upload.

  • operation is a required CustomerLifecycleGoalOperation defining the customer lifecycle goal update.

  • validate_only is an optional boolean to validate the request without execution, returning only errors.

Request message for [CustomerLifecycleGoalService.configureCustomerLifecycleGoals][].

Fields

customer_id

string

Required. The ID of the customer performing the upload.

operation

CustomerLifecycleGoalOperation

Required. The operation to perform customer lifecycle goal update.

validate_only

bool

Optional. If true, the request is validated but not executed. Only errors are returned, not results.